@@ -1,2 +1,8 @@
|
||||
[Contents]
|
||||
other = "Contents"
|
||||
|
||||
[Comments]
|
||||
other = "Comments"
|
||||
|
||||
[ReadMore]
|
||||
other = "Read More"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
{{ end }}
|
||||
{{ if .Site.DisqusShortname }}
|
||||
<div class="article-comment-link-wrap">
|
||||
<a href="{{ .RelPermalink }}#disqus_thread" class="article-comment-link">Comments</a>
|
||||
<a href="{{ .RelPermalink }}#disqus_thread" class="article-comment-link">{{ T "Comments" }}</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
@@ -41,7 +41,7 @@
|
||||
{{ .Summary }}
|
||||
</p>
|
||||
<p class="article-more-link">
|
||||
<a href="{{ .RelPermalink }}">Read More</a>
|
||||
<a href="{{ .RelPermalink }}">{{ T "ReadMore" }}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user