aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-03-13+My_Git_Server_is_Live+computers+diy+homelab.tmpl.html
blob: 8d0fb9c5bd706327f06fb93de2d707f3648af5a5 (plain) (blame)
1
2
3
4
5
6
7
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>After a long while, I finally have my <a href="https://git.scerba.org" target="_blank" rel="noopener noreferrer">git server</a> in a good spot. There's only a couple public repos on there currently &lpar;well one if we're being fair&rpar;, but that will change as time goes on.</p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}