You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pe...@apache.org on 2023/06/11 17:00:26 UTC

[openoffice-project] 01/01: rename blogpage to blog

This is an automated email from the ASF dual-hosted git repository.

petko pushed a commit to branch preview/renameBlog
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git

commit 332e13842f91afc043ef901ed42117091433fa65
Author: Peter Kovacs <pe...@apache.org>
AuthorDate: Sun Jun 11 19:00:13 2023 +0200

    rename blogpage to blog
---
 content/pages/{blogpage.md => blog.md} | 0
 theme/openoffice/templates/topnav.html | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/pages/blogpage.md b/content/pages/blog.md
similarity index 100%
rename from content/pages/blogpage.md
rename to content/pages/blog.md
diff --git a/theme/openoffice/templates/topnav.html b/theme/openoffice/templates/topnav.html
index dd00e9a..793e778 100644
--- a/theme/openoffice/templates/topnav.html
+++ b/theme/openoffice/templates/topnav.html
@@ -52,7 +52,7 @@
       <a class="nav-link dropdown-toggle" href="#" id="projectDropdown"
          role="button" data-toggle="dropdown" aria-expanded="false">Project</a>
       <ul class="dropdown-menu" aria-labelledby="projectDropdown">
-  <li><a class="dropdown-item" href="/blogpage.html">Project Blog</a></li>
+  <li><a class="dropdown-item" href="/blog.html">Project Blog</a></li>
 	<li><a class="dropdown-item" href="/pmc-faqs.html">PMC FAQs</a></li>
       </ul>
     </li>