This is an automated email from the ASF dual-hosted git repository.
marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/main by this push:
new 5df84b4 Deleted the FOOTER section as it is defined in base.html
5df84b4 is described below
commit 5df84b45d17bb669aa15200752672e00f3618f2b
Author: Marcus <[email protected]>
AuthorDate: Mon Jun 19 22:16:38 2023 +0200
Deleted the FOOTER section as it is defined in base.html
---
theme/openoffice/templates/blog.html | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/theme/openoffice/templates/blog.html
b/theme/openoffice/templates/blog.html
index f33d4d4..c1f604e 100644
--- a/theme/openoffice/templates/blog.html
+++ b/theme/openoffice/templates/blog.html
@@ -13,19 +13,7 @@
<h2><a href="/blog/{{ article.slug }}.html">{{
article.title }}</a></h2>
<p>Posted on: {{ article.date }}</p>
<p>{{ article.summary }}</p>
-<!---
- <footer>
- <ul class="actions">
- <div style="text-align: right"><a
href="/blog/{{ article.slug }}.html" class="button medium">Continue
Reading</a></div>
- </ul>
- <ul class="stats">
- {% for tag in article.tags %}
- <li><a href="#">{{ tag.name }}</a></li>
- {% endfor %}
- </ul>
- </footer>
--->
- </div>
+ </div>
</header>
</article>
</div>