fix: remove trailing / in links

This commit is contained in:
Astreaprtcl 2025-08-11 08:53:34 +02:00
parent bfcff3cd6c
commit 333a02754d
Signed by untrusted user who does not match committer: astreaprtcl
GPG key ID: C1A416D9DF13737B
3 changed files with 10 additions and 10 deletions

View file

@ -14,10 +14,10 @@ collections_dir: articles
collections:
news:
output: true
permalink: /news/:path
permalink: /news:path
announce:
output: true
permalink: /announcements/:path
permalink: /announcements:path
# Exclude from processing.
# The following items will not be processed, by default.

View file

@ -22,7 +22,7 @@ settings:
# implicit platform.
# For example, if default_platform was twitter, then @user would be
# equivalent to twitter@user.
#default_platform: email
default_platform: email
# Linkers configuration
# Each linker defines how to format and link a specific platform or service.

View file

@ -13,13 +13,13 @@ main:
url: /
idn: 'home'
- title: About
url: /about/
url: /about
idn: 'about'
- title: Linuxposting News
url: /news/
url: /news
idn: 'new'
- title: Announcements
url: /announcements/
url: /announcements
idn: 'ann'
- title: Molly's Page
url: https://molly.linuxposting.xyz/
@ -27,10 +27,10 @@ main:
target: '_blank'
sub:
- title: Register
url: /register/
url: /register
idn: 'reg'
- title: Contact Us
url: "/contact/"
url: "/contact"
idn: 'msg'
# - title: Theme Selection
# url: "#"