diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:10:12 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-23 08:10:12 -0700 |
commit | 1ad845315772be21782d0a1a5948e57ed88f791f (patch) | |
tree | bc11e212a0a5815529f9fcb0bca56089590fcfa7 /templates/orphan.html | |
parent | ignore the cache (diff) | |
download | fcuny.net-1ad845315772be21782d0a1a5948e57ed88f791f.tar.gz |
get rid of the TOC and simplify the CSS
Diffstat (limited to '')
-rw-r--r-- | templates/orphan.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/orphan.html b/templates/orphan.html index 020c8a6..db8634a 100644 --- a/templates/orphan.html +++ b/templates/orphan.html @@ -3,9 +3,8 @@ {% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} {% block content -%} -<main> - <h1>{{- page.title -}}</h1> +<h1>{{- page.title -}}</h1> + +{{ page.content | safe -}} - {{ page.content | safe -}} -</main> {%- endblock content -%} |