dairy | new theme
This commit is contained in:
parent
5ae63a1d7d
commit
6c3a14b311
65 changed files with 5028 additions and 0 deletions
22
themes/diary/layouts/partials/comment.html
Normal file
22
themes/diary/layouts/partials/comment.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{{ if .Site.Params.disqusShortname }}
|
||||
<div class="comments">
|
||||
<vue-disqus shortname="{{.Site.Params.disqusShortname}}"></vue-disqus>
|
||||
</div>
|
||||
<noscript><noscript>{{ i18n "comments_activate_js" }}</noscript></noscript>
|
||||
<a href="https://disqus.com/" class="dsq-brlink">Comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.enableGitalk }}
|
||||
<div id="gitalk-container"></div>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.enableValine }}
|
||||
<div id="vcomments"></div>
|
||||
<!-- Script moved to journal.html -->
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.livereId }}
|
||||
<div id="lv-container" data-id="city" data-uid={{.Site.Params.livereId}}>
|
||||
<noscript>{{ i18n "comments_activate_js" }}</noscript>
|
||||
</div>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue