diff --git a/templates/custom/blogroll.gohtml b/templates/custom/blogroll.gohtml index daabee8..28f0980 100644 --- a/templates/custom/blogroll.gohtml +++ b/templates/custom/blogroll.gohtml @@ -1,9 +1,11 @@ {{ define "title" }} - Blogroll - {{ .Blog.Title }} + {{ .Data.Title }} - {{ .Blog.Title }} {{ end }} {{ define "main" }}
+

{{ .Data.Title }}

+ {{ md .Data.Description }} {{ $opmlJson := index ( jsonFile "data/opml.json" ) "outline" }} {{ range $opmlJson }} {{ md (printf "%s %s" "##" ._text) }}