hugo-scroll/layouts
Filippo Fontana 69acce5ec7 Handle website contacts dynamically
This commits change the way contacts params are handled: instead of
declaring them statically, they are declared as an array of tables in
the TOML configuration file, then they are displayed in the two sections
(homepage and footer) of the website through the {{ range }} statement.

This makes handling multiple contacts params easier and avoids the
need of changing manually this two files:
- `layouts/partials/footer.html`;
- `exampleSite/content/homepage/contact.md`;

Signed-off-by: Filippo Fontana <filippofontana1998@gmail.com>
2024-03-10 22:29:58 +01:00
..
_default CSS refactor - Extracted generic.css from screen.css 2023-04-02 00:46:06 +02:00
partials Handle website contacts dynamically 2024-03-10 22:29:58 +01:00
shortcodes Handle website contacts dynamically 2024-03-10 22:29:58 +01:00
404.html style: add & run prettier 2020-09-09 18:00:59 +02:00
index.html ensure there's a title for each piece of content (#165) 2023-12-23 00:03:28 +01:00