You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2023/06/19 20:09:34 UTC

[openoffice-project] branch main updated: Deleted the FOOTER section as it is defined in base.html

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 0cefc3d  Deleted the FOOTER section as it is defined in base.html
0cefc3d is described below

commit 0cefc3d407c8d3a2032b80e7e1d48d8e11406a92
Author: Marcus <ma...@apache.org>
AuthorDate: Mon Jun 19 22:09:10 2023 +0200

    Deleted the FOOTER section as it is defined in base.html
---
 theme/openoffice/templates/blog.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/theme/openoffice/templates/blog.html b/theme/openoffice/templates/blog.html
index 7abcdd9..f33d4d4 100644
--- a/theme/openoffice/templates/blog.html
+++ b/theme/openoffice/templates/blog.html
@@ -13,6 +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>
@@ -23,7 +24,8 @@
                                     {% endfor %}
                                 </ul>
                             </footer>
-                        </div>
+-->
+                            </div>
                     </header>
                 </article>
             </div>