Add feather icons

This commit is contained in:
William Bouzourène 2024-12-21 17:15:14 +01:00
parent 43a40df901
commit 8b8ce5c3c4
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();