diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-05-03 03:53:42 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-05-03 03:53:42 -0400 |
| commit | 22592e96a75bd617fe6a9aae146b957695532e7c (patch) | |
| tree | 5fb31095c224e056471c9f8bf7dd7b46308ffdbd /templates/snippets.html | |
| parent | ecec6d23de95423b675bc2960ccd4c3950bb4f5f (diff) | |
Added piss daemon page
Diffstat (limited to 'templates/snippets.html')
| -rw-r--r-- | templates/snippets.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/snippets.html b/templates/snippets.html deleted file mode 100644 index 2f7137f..0000000 --- a/templates/snippets.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -<a href="{{ get_url(path='@/_index.md') }}"> <- back to landing</a> -<h1 class="title"> - {{ section.title }} -</h1> - -{% for page in section.pages %} -<hr/> -<h2><a href="{{ page.permalink | safe }}">{{ page.title }}</a> ({{page.date}})</h2> -{{ page.content | safe }} -{% endfor %} -{% endblock content %} |
