add second page to homer, with links to city websites

This commit is contained in:
2025-08-19 08:48:11 -04:00
parent 907cfef01b
commit f337af02b4
3 changed files with 41 additions and 2 deletions

View File

@@ -19,6 +19,11 @@ links:
url: "https://fontawesome.com/search?q=files&o=r&ic=free&s=solid&ip=classic"
target: "_blank" # optional html a tag target attribute
# this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file
# see url field and assets/additional-page.yml.dist used in this example:
- name: "page 2"
icon: "fas fa-file-alt"
url: "#page2"
# Services
# First level array represent a group.
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).