From cd0383245b94a4cc55bc9162dd8f73a3d6a9830a Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Sat, 17 Sep 2022 22:26:03 +0200 Subject: [PATCH] lista_utenti: add rappresentanti to the user tags. --- _content/rappresentanti.json | 1 + _views/utenti.html | 11 ++++++++--- lista_utenti/json.go | 10 ++++++++-- lista_utenti/lista_utenti.go | 23 +++++++++++++++++++++++ 4 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 _content/rappresentanti.json diff --git a/_content/rappresentanti.json b/_content/rappresentanti.json new file mode 100644 index 0000000..9485fd1 --- /dev/null +++ b/_content/rappresentanti.json @@ -0,0 +1 @@ +["berni", "budacuferrari", "delucreziis", "butori", "cecchi", "diprisa", "gambicchia", "lamanna", "morganti", "numero", "piazza", "pignatelli", "pratali", "talluri", "tanzini"] diff --git a/_views/utenti.html b/_views/utenti.html index a56aba3..bad4a87 100644 --- a/_views/utenti.html +++ b/_views/utenti.html @@ -1,4 +1,4 @@ -{{template "base" .}} +{{template "base" .}} {{define "title"}}Utenti • PHC{{end}} {{define "body"}} @@ -37,8 +37,8 @@