about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bskyweb/templates/base.html10
-rw-r--r--bskyweb/templates/home.html14
2 files changed, 12 insertions, 12 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index abd312ed5..1fa9ecbac 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -1,8 +1,8 @@
 <!DOCTYPE html>                                                                                          
 <html lang="en">
 <head>   
-  <meta charset="UTF-8" />
-  <meta httpEquiv="X-UA-Compatible" content="IE=edge" />
+  <meta charset="UTF-8">
+  <meta httpEquiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover">
   <meta name="referrer" content="origin-when-cross-origin">
   <title>{%- block head_title -%}Bluesky{%- endblock -%}</title>
@@ -111,9 +111,9 @@
     }
   </style>
   {% include "scripts.html" %}
-  <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png"/>
-  <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"/>
-  <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png"/>
+  <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
+  <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
+  <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
   {% block html_head_extra -%}{%- endblock %}
   <meta name="application-name" name="Bluesky">
   <meta name="generator" name="bskyweb">
diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html
index 0677b9157..7beea49d9 100644
--- a/bskyweb/templates/home.html
+++ b/bskyweb/templates/home.html
@@ -3,13 +3,13 @@
 {% block head_title %}Bluesky{% endblock %}
 
 {% block html_head_extra -%}
-  <meta name="description" content="See what's next."/>
-  <meta property="og:type" content="website"/>
-  <meta property="og:title" content="Bluesky Social"/>
-  <meta property="og:description" content="See what's next."/>
-  <meta property="og:image" content="/static/social-card-default.png"/>
-  <meta name="twitter:card" content="summary"/>
-  <meta name="twitter:site" content="@bluesky"/>
+  <meta name="description" content="See what's next.">
+  <meta property="og:type" content="website">
+  <meta property="og:title" content="Bluesky Social">
+  <meta property="og:description" content="See what's next.">
+  <meta property="og:image" content="/static/social-card-default.png">
+  <meta name="twitter:card" content="summary">
+  <meta name="twitter:site" content="@bluesky">
 {%- endblock %}
 
 {% block noscript_extra %}