diff options
author | uvok cheetah | 2025-06-23 20:55:03 +0200 |
---|---|---|
committer | uvok cheetah | 2025-06-23 20:55:03 +0200 |
commit | b9cd631440503437e9e2149c19469cbfb3524d66 (patch) | |
tree | 3c466691902626a69d97a522a4c64ef6917a7361 /_layouts.gemini/postlist.html | |
parent | b1cfcdee6f7dcf13ac60c58cef0bf33fabaf6756 (diff) |
Clear homepage
Diffstat (limited to '_layouts.gemini/postlist.html')
-rw-r--r-- | _layouts.gemini/postlist.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/_layouts.gemini/postlist.html b/_layouts.gemini/postlist.html index 22b7f47..534f801 100644 --- a/_layouts.gemini/postlist.html +++ b/_layouts.gemini/postlist.html @@ -2,9 +2,7 @@ layout: default --- - {%- if page.title -%} - <h1 class="page-heading">{{ page.title }}</h1> - {%- endif -%} +<p>Navigation</p> {% assign spag = site.pages | sort: "order" %} {% for my_page in spag %} @@ -14,6 +12,10 @@ layout: default {% endfor %} <a href="/feed.gmi">Feed link</a> + {%- if page.title -%} + <h1 class="page-heading">{{ page.title }}</h1> + {%- endif -%} + {%- if site.posts.size > 0 -%} {% assign paginator = site %} |