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 <[email protected]> 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 %}--> - <!--<!– {{ headers.notice }} –>--> - <!--{% endif %}--> </head> <body style="padding-top: 50px;">
