fix: remove trailing / in links
This commit is contained in:
parent
bfcff3cd6c
commit
333a02754d
3 changed files with 10 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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: "#"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue