Compare commits
2 Commits
5a9b5764cc
...
3bf8fc61c5
Author | SHA1 | Date | |
---|---|---|---|
3bf8fc61c5 | |||
5067cd1fc3 |
@ -6,3 +6,7 @@ enableGitInfo = true
|
||||
|
||||
[permalinks]
|
||||
posts = "/:title/"
|
||||
|
||||
|
||||
[params]
|
||||
gitUrl = "https://git.cluster.fun/AverageMarcus/til/commit/"
|
||||
|
@ -21,6 +21,11 @@
|
||||
<guid>{{ .Permalink }}</guid>
|
||||
<description>{{ .Summary | html }}</description>
|
||||
<content type="html">{{ printf `<![CDATA[%s]]>` .Content | safeHTML }}</content>
|
||||
<tags>
|
||||
{{ range .Param "tags" -}}
|
||||
<tag>{{ . }}</tag>
|
||||
{{ end -}}
|
||||
</tags>
|
||||
</item>
|
||||
{{ end }}
|
||||
</channel>
|
||||
|
Loading…
Reference in New Issue
Block a user