Add related content section to single page (#77)
Set `relatedPosts` to `true` in the config to enable this.
This commit is contained in:
parent
e333628a26
commit
6cee5adc69
8 changed files with 43 additions and 2 deletions
|
@ -14,6 +14,9 @@ other = "Archives"
|
|||
|
||||
# posts/single.html
|
||||
#
|
||||
[seeAlso]
|
||||
other = "See Also"
|
||||
|
||||
[wordCount]
|
||||
other = "{{ .WordCount }} Words"
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ other = "归档"
|
|||
|
||||
# posts/single.html
|
||||
#
|
||||
[seeAlso]
|
||||
other = "相关推荐"
|
||||
|
||||
[wordCount]
|
||||
other = "{{ .WordCount }} 字"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue