From 611cd84ad6ea54f6ab768b22a3cf930b2f44e5d1 Mon Sep 17 00:00:00 2001 From: fram3d Date: Wed, 3 Apr 2024 03:11:59 +0200 Subject: [PATCH] add statute --- build_pages.py | 1 + site/styles/statute.css | 0 2 files changed, 1 insertion(+) create mode 100644 site/styles/statute.css diff --git a/build_pages.py b/build_pages.py index 1c49640..d6f5b42 100755 --- a/build_pages.py +++ b/build_pages.py @@ -5,6 +5,7 @@ PAGES = [ {'name': 'index', 'titleSR': 'Početna', 'titleEN': 'Home', 'style': 'home'}, {'name': 'account', 'titleSR': 'Nalog', 'titleEN': 'Account', 'style': 'account'}, {'name': 'contact', 'titleSR': 'Kontakt', 'titleEN': 'Contact', 'style': 'contact'}, + {'name': 'statute', 'titleSR': 'Statut', 'titleEN': 'Statute', 'style': 'statute'}, {'name': 'events', 'titleSR': 'Događaji', 'titleEN': 'Events', 'style': 'events'}, {'name': 'events_archive', 'titleSR': 'Arhiva događaja', 'titleEN': 'Events archive', 'style': 'events'}, {'name': 'services', 'titleSR': 'Servisi', 'titleEN': 'Services', 'style': 'services'}, diff --git a/site/styles/statute.css b/site/styles/statute.css new file mode 100644 index 0000000..e69de29