diff options
| author | Lorenzo Torres <lorenzo@sagittarius-a.org> | 2025-08-30 18:52:06 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzo@sagittarius-a.org> | 2025-08-30 18:53:25 +0200 |
| commit | a356d60b2bea3b3c864a1168214dbd0987fd7583 (patch) | |
| tree | 550d6927eb500dabddad20df8dc48f6f2ca408af /layout/list.html | |
| parent | 4ee408517cc443c84c9efbb9254a77ea3b3bdb73 (diff) | |
first commit
Diffstat (limited to 'layout/list.html')
| -rw-r--r-- | layout/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/list.html b/layout/list.html index 79a6aab..552fb35 100644 --- a/layout/list.html +++ b/layout/list.html @@ -1,5 +1,5 @@ -<h1>{{ title }}</h1> +<h1>Blog</h1> {{ content }} <section> -<a class="rss" href="{{ base_path }}/{{ blog }}/rss.xml">RSS</a> +<a class="rss" href="{{ base_path }}/{{ blog }}/rss.xml">rss</a> </section> |
