feat: page links (#446)

This commit is contained in:
Jimmy Cai
2021-12-28 11:28:20 +01:00
committed by GitHub
parent 4e2c8e74be
commit 455e23f22b
4 changed files with 67 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@
{{ define "main" }}
{{ partial "article/article.html" . }}
{{ if .Params.links }}
{{ partial "article/components/links" . }}
{{ end }}
{{ partial "article/components/related-contents" . }}
{{ if not (eq .Params.comments false) }}