Clean up CSS

- Add vim folds to make organized sections
- Rename a lot of classes from post- to page-
- Generalize series CSS classes better
- Clean up navbar div structure
- Remove langpicker and most of multilingual support
- many other minor tweaks
This commit is contained in:
2023-03-24 08:49:02 -05:00
parent d34b2a56d7
commit 7bc8a4cb57
33 changed files with 674 additions and 936 deletions

View File

@ -1,7 +1,7 @@
<div class="page-list">
{{ with . }}
{{ range . }}
<article class="post">
<article class="page">
{{ .Render "summary" }}
</article>
{{ end }}