From be8de118db913711eb72ae5187d26e54a0055727 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 15 Dec 2023 09:11:47 +0800 Subject: refactor(docs): optmst `docs` dir & `deps` --- src/templates/blog.html | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 src/templates/blog.html (limited to 'src/templates/blog.html') diff --git a/src/templates/blog.html b/src/templates/blog.html deleted file mode 100644 index eedc77d9..00000000 --- a/src/templates/blog.html +++ /dev/null @@ -1,48 +0,0 @@ - - -{% extends "main.html" %} - - -{% block container %} -
-
- - -
- {{ page.content }} -
- - - {% for post in posts %} - {% include "partials/post.html" %} - {% endfor %} - - - {% if pagination %} - {% block pagination %} - {% include "partials/pagination.html" %} - {% endblock %} - {% endif %} -
-
-{% endblock %} -- cgit v1.2.3-70-g09d2