1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 09:10:31 -04:00
jarv.is/layouts/shortcodes/gh-buttons.rss.html

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>