Updated post history to link to personal git server
Some checks failed
CI / lint (push) Failing after 5s
CI / build (push) Has been skipped
CI / deploy (push) Has been skipped

This commit is contained in:
alejandro-angulo 2024-11-15 17:33:10 -08:00
parent bfee19ad6d
commit bb06f5b163
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# Used to generate the post history links # Used to generate the post history links
githubURL = "https://github.com/alejandro-angulo/alejandr0angul0.dev" githubURL = "https://git.alejandr0angul0.dev/alejandro-angulo/alejandr0angul0.dev"
gitBranch = "main" gitBranch = "main"

View file

@ -3,9 +3,9 @@
{{ partial "metadata.html" . }} {{ partial "metadata.html" . }}
<a <a
class="glyph-link" class="glyph-link"
href="{{ $.Param "githubURL" }}/commits/{{ $.Param "gitBranch" }}/content/{{ .File.Dir }}/{{ .File.LogicalName }}" href="{{ $.Param "githubURL" }}/commits/{{ $.Param "gitBranch" }}/content/{{ .File.Path }}"
> >
View post history <i class="fab fa-github-alt"></i> View post history <i class="fab fa-git-alt"></i>
</a> </a>
{{ .Content }} {{ .Content }}
{{ end }} {{ end }}