fix content insertion

This commit is contained in:
D-u-c-k-s-e-l 2025-07-18 00:26:29 -05:00
parent 174380f4c8
commit 6456376f3c
6 changed files with 84 additions and 44 deletions

View file

@ -1,14 +1,36 @@
- url: /
title: Home
- url: "#"
title: About
- url: "#"
title: Linuxposting News
- url: "#"
title: Site Announcements
- url: "/register"
title: Register for Accounts
- url: "#"
title: View Molly's Page
- url: "#"
title: Contact Us
# navigation buttons are specified in this file:
# - main: for the upper column of buttons
# - sub: for the lower column of buttons
# each button has 3 properties:
# - title: the button text
# - url: the link the button leads to
# - idn: the index name of the button. buttons get the class "btn-<idn>".
#
# Note: idn is optional and if not specified, will not apply any extra classes.
main:
- title: Home
url: /
idn: 'home'
- title: About
url: /about/
idn: 'about'
- title: Linuxposting News
url: /news/
idn: 'new'
- title: Announcements
url: /announcements/
idn: 'ann'
- title: Molly's Page
url: https://molly.linuxposting.xyz/
idn: 'molly'
sub:
- title: Register
url: /register/
idn: 'reg'
- title: Contact Us
url: "#"
idn: 'msg'
- title: Theme Selection
url: "#"
idn: 'theme'