Browse Source

Update comment module

Track3 2 years ago
parent
commit
f8b7c550a1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      layouts/_default/baseof.html
  2. 2 2
      layouts/partials/comments.html

+ 1 - 1
layouts/_default/baseof.html

@@ -21,7 +21,7 @@
 	<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#54bab9">
 	<link rel="shortcut icon" href="/favicon.ico">
 	<title>{{.Title}}</title>
-	<link rel="dns-prefetch" href="//comment.zak.ee">
+	<link rel="dns-prefetch" href="//pb.zak.ee">
 	<link rel="dns-prefetch" href="//gravatar.loli.net">
 	{{ range .AlternativeOutputFormats -}}
 	{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}

+ 2 - 2
layouts/partials/comments.html

@@ -1,2 +1,2 @@
-<div id="comments" data-url="https://comment.zak.ee"></div>
-<script type="module" crossorigin src="/js/comment.js"></script>
+<div id="comments" data-url="https://pb.zak.ee/api/comment"></div>
+<script type="module" crossorigin src="https://pb.zak.ee/comment.js"></script>