alejandr0angul0.dev/themes/alejandro-angulo/layouts/_default/single.html
alejandro-angulo bb06f5b163
Some checks failed
CI / lint (push) Failing after 5s
CI / build (push) Has been skipped
CI / deploy (push) Has been skipped
Updated post history to link to personal git server
2024-11-15 17:33:10 -08:00

12 lines
293 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ partial "metadata.html" . }}
<a
class="glyph-link"
href="{{ $.Param "githubURL" }}/commits/{{ $.Param "gitBranch" }}/content/{{ .File.Path }}"
>
View post history <i class="fab fa-git-alt"></i>
</a>
{{ .Content }}
{{ end }}