theme/layouts/partials/discourse.html
Lauris BH b16ed6beb0
Change for blog comments to use discourse instead of disqus (#62)
* Change for blog comments to use discourse instead of disqus

* Fix ident
2018-07-13 20:31:34 +03:00

15 lines
474 B
HTML

<div id="discourse-comments"></div>
<script type="text/javascript">
DiscourseEmbed = {
discourseUrl: "https://discourse.gitea.io/",
discourseEmbedUrl: {{ .Permalink }}
};
(function() {
var d = document.createElement("script"); d.type = "text/javascript"; d.async = true;
d.src = DiscourseEmbed.discourseUrl + "javascripts/embed.js";
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(d);
})();
</script>