Add feather icons

This commit is contained in:
William Bouzourène 2024-12-21 17:15:14 +01:00
parent dc8e62ddc7
commit b7e0848e36
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
289 changed files with 304 additions and 2 deletions

View file

@ -1,5 +1,5 @@
doctype html
html
html(lang="fr", data-bs-theme="dark")
head
if .PageTitle
title #{.PageTitle} - People - POP Vaud
@ -12,4 +12,6 @@ html
body
| {{embed}}
script(src="/static/bootstrap/js/bootstrap.bundle.min.js")
script(src="/static/bootstrap/js/bootstrap.bundle.min.js")
script(src="/static/feather/dist/feather.min.js")
script feather.replace();