From 1fe1534e9e2b26d1ce42f992dc7b1835441fc180 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 7 May 2021 17:26:37 +0100 Subject: Add beginings of site css --- html_templates/default.html | 1 + www_assets/css/site.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 www_assets/css/site.css diff --git a/html_templates/default.html b/html_templates/default.html index 21abb9a..e7a133d 100644 --- a/html_templates/default.html +++ b/html_templates/default.html @@ -5,6 +5,7 @@ {{ $title }} +
{{ $contents }}
diff --git a/www_assets/css/site.css b/www_assets/css/site.css new file mode 100644 index 0000000..394e3e7 --- /dev/null +++ b/www_assets/css/site.css @@ -0,0 +1,3 @@ +section a { + display: block; +} -- cgit v1.2.3-13-gbd6f