more shortcode tweaks for valid RSS

This commit is contained in:
2019-12-15 14:06:00 -05:00
parent 77f3233702
commit 951c5f2c3f
7 changed files with 49 additions and 7 deletions
-1
View File
@@ -1 +0,0 @@
gh-buttons.html
+4
View File
@@ -0,0 +1,4 @@
<p style="text-align: center;">
<a href="https://github.com/{{ .Get "username" }}/{{ .Get "repo" }}">Star {{ .Get "username" }}/{{ .Get "repo" }} on GitHub</a>&nbsp;&nbsp;&nbsp;
<a href="https://github.com/{{ .Get "username" }}/{{ .Get "repo" }}/issues">Issues for {{ .Get "username" }}/{{ .Get "repo" }} on GitHub</a>
</p>