about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/404.html1
-rw-r--r--templates/count.html6
-rw-r--r--templates/feed-styles.xsl2
-rw-r--r--templates/homepage.html1
-rw-r--r--templates/list.html1
-rw-r--r--templates/post.html1
-rw-r--r--templates/style.css15
-rw-r--r--templates/tags.html1
8 files changed, 18 insertions, 10 deletions
diff --git a/templates/404.html b/templates/404.html
index eade0f9..81b2a54 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -4,7 +4,6 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Site Title</title>
-    <meta name="referrer" content="no-referrer-when-downgrade" />
     <link
       rel="alternate"
       type="application/atom+xml"
diff --git a/templates/count.html b/templates/count.html
index 737b99d..46d5ac4 100644
--- a/templates/count.html
+++ b/templates/count.html
@@ -1,6 +1,8 @@
 <body>
-  <script data-goatcounter="https://alanpearce-eu.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script>
+  <script data-goatcounter="https://alanpearce-eu.goatcounter.com/count"
+        async src="https://gc.zgo.at/count.v4.js" crossorigin="anonymous"
+        integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script>
   <noscript>
-    <img src="https://alanpearce-eu.goatcounter.com/count?p=/INSERT-PAGE-HERE" />
+    <img src="https://alanpearce-eu.goatcounter.com/count?p=/updated-in-template.go" />
   </noscript>
 </body>
diff --git a/templates/feed-styles.xsl b/templates/feed-styles.xsl
index 5953f89..fcca39d 100644
--- a/templates/feed-styles.xsl
+++ b/templates/feed-styles.xsl
@@ -28,7 +28,7 @@
               <svg
                 xmlns="http://www.w3.org/2000/svg"
                 version="1.1"
-                style="width: 1.5ex; height: 1.5ex"
+                class="rss-icon"
                 viewBox="0 0 256 256"
               >
                 <rect width="256" height="256" x="0" y="0" fill="#7F7F7F" />
diff --git a/templates/homepage.html b/templates/homepage.html
index d256e8c..60bedb8 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -4,7 +4,6 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Site Title</title>
-    <meta name="referrer" content="no-referrer-when-downgrade" />
     <link
       rel="alternate"
       type="application/atom+xml"
diff --git a/templates/list.html b/templates/list.html
index 74d6576..1c0b32b 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -4,7 +4,6 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Site Title</title>
-    <meta name="referrer" content="no-referrer-when-downgrade" />
     <link
       rel="alternate"
       type="application/atom+xml"
diff --git a/templates/post.html b/templates/post.html
index 7574a1f..3dad16c 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -4,7 +4,6 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title></title>
-    <meta name="referrer" content="no-referrer-when-downgrade" />
     <link
       rel="alternate"
       type="application/atom+xml"
diff --git a/templates/style.css b/templates/style.css
index 8d21237..bd07f97 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -114,13 +114,18 @@ div.highlight code {
   color: unset;
 }
 
-blockquote {
+blockquote,
+.aside {
   border-left: 1px solid #999;
   color: #222;
   padding-left: 20px;
   font-style: italic;
 }
 
+.aside {
+  font-style: unset;
+}
+
 footer {
   padding: 25px;
   text-align: center;
@@ -149,6 +154,11 @@ ul.h-feed li a:visited {
   color: #8b6fcb;
 }
 
+svg.rss-icon {
+  width: 1.5ex;
+  height: 1.5ex;
+}
+
 @media (prefers-color-scheme: dark) {
   body {
     background-color: #333;
@@ -179,7 +189,8 @@ ul.h-feed li a:visited {
     color: #ddd;
   }
 
-  blockquote {
+  blockquote,
+  .aside {
     color: #ccc;
   }
 
diff --git a/templates/tags.html b/templates/tags.html
index 79c1c09..1ff18c0 100644
--- a/templates/tags.html
+++ b/templates/tags.html
@@ -4,7 +4,6 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Site Title</title>
-    <meta name="referrer" content="no-referrer-when-downgrade" />
     <link
       rel="alternate"
       type="application/atom+xml"