You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by wa...@apache.org on 2021/06/02 14:53:03 UTC

[river-site] 03/12: fix base template

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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/river-site.git

commit 160c412179e2e08370f7196a666f865f3ab80122
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Tue Jun 1 15:30:27 2021 -0700

    fix base template
---
 theme/apache/templates/base.html | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index eaed8f5..065c908 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -32,15 +32,6 @@
     <style type="text/css">
     {% include "styles.css" %}
     </style>
-    <!--{% if headers.atom %}-->
-    <!--<link rel="alternate" href="{{ headers.atom.url }}" type="application/atom+xml" title="{{ headers.atom.title }}"/>-->
-    <!--{% endif %}-->
-    <!--{% if headers.base %}-->
-    <!--<base href="{{ headers.base }}"/>-->
-    <!--{% endif %}-->
-    <!--{% if headers.notice %}-->
-    <!--&lt;!&ndash; {{ headers.notice }} &ndash;&gt;-->
-    <!--{% endif %}-->
 </head>
 
 <body style="padding-top: 50px;">