From a88f36d8a32384614ebf5508ae702315e009458a Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 29 Mar 2024 01:49:34 -0500 Subject: clean up remaining markdown files and merge conflicts --- theme/templates/index.html | 14 -------------- theme/templates/wiki.html | 15 --------------- 2 files changed, 29 deletions(-) (limited to 'theme') diff --git a/theme/templates/index.html b/theme/templates/index.html index 923d920..924335c 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -7,19 +7,6 @@

Recent Blog Posts

-<<<<<<< HEAD:templates/index.html - {% set section = get_section(path="blog/_index.md") %} - {% set i = 0 %} - {% for page in section.pages %} - {% if i < 3%} - {% set_global i = i + 1%} -
- - {{ page.title }} -
- {% endif %} - {% endfor %} -=======
Self-Hosting DDNS Updater @@ -32,7 +19,6 @@ Self-Hosting An Otter Wiki
->>>>>>> org:theme/templates/index.html
All Posts →
diff --git a/theme/templates/wiki.html b/theme/templates/wiki.html index ead64c4..3d8b8fd 100644 --- a/theme/templates/wiki.html +++ b/theme/templates/wiki.html @@ -1,27 +1,13 @@ {% extends "base.html" %} -<<<<<<< HEAD:templates/wiki.html -{% block content %} -

{{ section.title }}

-======= {% block subtitle %}Wiki | {% endblock %} {% block main %}

Wiki

->>>>>>> org:theme/templates/wiki.html

Use Ctrl + F to search wiki pages for keywords.

Wiki Page

Last Updated

-<<<<<<< HEAD:templates/wiki.html -{% for page in section.pages %} -
-

{{ page.title }}

-
-{% endfor %} -{% endblock content %} -======= {% for post in posts %}
{{ post.title }} @@ -29,4 +15,3 @@
{% endfor %} {% endblock %} ->>>>>>> org:theme/templates/wiki.html -- cgit v1.2.3-70-g09d2