1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 04:25:57 -04:00
Files
jarv.is/layouts/shortcodes/gh-buttons.rss.html
T

5 lines
328 B
HTML

<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>