diff options
author | Mantas <mistermantas@users.noreply.github.com> | 2017-08-13 18:19:54 +0300 |
---|---|---|
committer | Mantas <mistermantas@users.noreply.github.com> | 2017-08-13 18:19:54 +0300 |
commit | 8d36c3cf2dd9b209aa6003ba19e983371ba670ec (patch) | |
tree | 3e6bf5dd061ce65eb07f58bef24cb54504f08653 /layouts/partials | |
parent | 27de71669d43e6846ae48e53bdd40ea6e77245aa (diff) |
Prepare for status.choraleapp.com, fix minor issues
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 5 | ||||
-rw-r--r-- | layouts/partials/meta.html | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 62ea1b5..1773af9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,9 +3,12 @@ <p id="disclaimer">{{ .Site.Params.description }}</p> - <small class="copyright">Powered by <a href="https://github.com/onlinemantas/cstate">cState</a></small> + <small class="copyright">Powered by <a href="https://github.com/mistermantas/cstate">cState</a></small> </div> </div> + + + <script defer>window.$crisp=[];window.CRISP_WEBSITE_ID="1456a9bd-7292-4dee-b61d-5d9946f925b5";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script> </body> </html> diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 8237757..cea1571 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -9,7 +9,6 @@ <meta name="description" content="{{ if .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}"> <title>{{ .Site.Title }}</title> <link rel="canonical" href="{{ .Permalink }}"> - <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}"> <meta name="theme-color" content="#000000"> <!-- Sources --> <style> |