about summary refs log tree commit diff
path: root/users/fcuny/blog/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-16 09:17:35 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-16 09:17:35 -0800
commit7ac496c860a8e6f57d3bab1207b1f677c9b6a835 (patch)
tree4bbb3ae58bd9cf9c1868fe0db9bb9e0dcda985c7 /users/fcuny/blog/layouts/_default/baseof.html
parentnote: update list of chipset for alder lake (diff)
downloadworld-7ac496c860a8e6f57d3bab1207b1f677c9b6a835.tar.gz
layout: improve readability and remove /notes
The notes will be moved to a different site/repository, with their own
style.

Update the index page to make it more readable. Make the header more
visible with fewer links.

Add a footer, with links using SVG icons.
Diffstat (limited to 'users/fcuny/blog/layouts/_default/baseof.html')
-rw-r--r--users/fcuny/blog/layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/blog/layouts/_default/baseof.html b/users/fcuny/blog/layouts/_default/baseof.html
index 0c72fb1..410e2bc 100644
--- a/users/fcuny/blog/layouts/_default/baseof.html
+++ b/users/fcuny/blog/layouts/_default/baseof.html
@@ -6,5 +6,6 @@
     <main>
      {{ block "main" . }}{{ end }}
     </main>
+    {{- partial "footer.html" . -}}
   </body>
 </html>