1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-20 11:54:27 -04:00

change commento subdomain

This commit is contained in:
2019-04-19 10:28:46 -04:00
parent 76d9d07a14
commit 9774c8f6c1
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
<div id="panda"><a href="https://nationalzoo.si.edu/webcams/panda-cam#maincontent" title="Live Panda Party!" target="_blank" rel="noopener noreferrer nofollow"><span>&#x1F43C;</span></a></div> <div id="panda"><a href="https://nationalzoo.si.edu/webcams/panda-cam#maincontent" title="Live Panda Party!" target="_blank" rel="noopener noreferrer nofollow"><span>&#x1F43C;</span></a></div>
<div id="poweredby"><a href="https://github.com/gohugoio/hugo" title="Hugo on GitHub" id="hugo" target="_blank" rel="noopener noreferrer nofollow">Powered by Hugo.</a> <a href="https://git.jarv.is/jake/jarv.is" title="View Source Code Repository" id="source" target="_blank" rel="noopener">View source.</a></div> <div id="poweredby"><a href="https://github.com/gohugoio/hugo" title="Hugo on GitHub" id="hugo" target="_blank" rel="noopener noreferrer nofollow">Powered by Hugo.</a> <a href="https://git.jarv.is/jake/jarv.is" title="View Source Code Repository" id="source" target="_blank" rel="noopener">View source.</a></div>
</footer> </footer>
{{ if .IsPage }}<script async defer src="https://commento.jarv.is/js/commento.js"></script>{{ end }} {{ if .IsPage }}<script async defer src="https://comments.jarv.is/js/commento.js"></script>{{ end }}
+1 -1
View File
@@ -35,7 +35,7 @@
<link rel="icon" type="image/png" href="{{ "favicon-16.png" | absURL }}" sizes="16x16"> <link rel="icon" type="image/png" href="{{ "favicon-16.png" | absURL }}" sizes="16x16">
<link rel="shortcut icon" href="{{ "favicon.ico" | absURL }}"> <link rel="shortcut icon" href="{{ "favicon.ico" | absURL }}">
<link rel="dns-prefetch" href="https://stats.jarv.is"> <link rel="dns-prefetch" href="https://stats.jarv.is">
<link rel="dns-prefetch" href="https://commento.jarv.is"> <link rel="dns-prefetch" href="https://comments.jarv.is">
<link rel="stylesheet" href="{{ "style.css" | absURL }}"> <link rel="stylesheet" href="{{ "style.css" | absURL }}">
<link rel="author" href="https://plus.google.com/+jakejarvis/posts"> <link rel="author" href="https://plus.google.com/+jakejarvis/posts">
<link rel="author" href="{{ "humans.txt" | absURL }}"> <link rel="author" href="{{ "humans.txt" | absURL }}">
+2
View File
@@ -853,6 +853,7 @@ body#error {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
body#error div#message { body#error div#message {
background: #fff; background: #fff;
max-width: 400px; max-width: 400px;
@@ -874,6 +875,7 @@ body#error div#message p {
body#error div#message a { body#error div#message a {
color: #039be5; color: #039be5;
} }
@media (max-width: 600px) { @media (max-width: 600px) {
body#error, body#error div#message { body#error, body#error div#message {
background: #fff; background: #fff;