]> git.mxchange.org Git - fba.git/blobdiff - templates/base.html
Continued:
[fba.git] / templates / base.html
index 413cd4cdb58174bfa2557c5782ccbcec0dd04cdf..8701138c837dbae36c24cf1ca0c641f1feb7c434 100644 (file)
@@ -1,9 +1,17 @@
 <!DOCTYPE html>
+<html lang="en">
 <head>
-    <title>fedi-block-api - {% block title %}{% endblock %}</title>
-    <link rel="alternate" type="application/rss+xml" title="RSS Feed for latest blocked instances" href="{{base_url}}/rss" />
+    <title>Fedi Block API - {% block title %}{% endblock %}</title>
+
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+    <meta property="og:platform" content="fba" />
+
+    <base href="{{base_url}}" />
+
+    <link rel="alternate" type="application/rss+xml" title="RSS Feed for latest blocked instances" href="rss" />
     {% block rss %}{% endblock %}
-    <link rel="stylesheet" type="text/css" href="{{ url_for('static', path='css/' + theme + '.css') }}" media="all" />
+
+    <link rel="stylesheet" type="text/css" href="static/css/{{theme}}.css?v=0.0.2" media="all" />
 </head>
 
 <body>
 
     <div id="footer">
         {% block footer %}
-            source code:
+            Source code:
             <a href="https://git.mxchange.org/?p=fba.git;a=summary" rel="source" target="_blank">git.mxchange.org</a><br /><br />
-            {% if info %}
-                {{info.slogan}}
-            {% elif slogan %}
+            {% if slogan %}
                 {{slogan}}
             {% else %}
-                NO SLOGAN WAS FOUND!!!
+                <b>No slogan was found!</b>
             {% endif %}
         {% endblock %}
     </div>