Updated post history to link to personal git server
This commit is contained in:
parent
bfee19ad6d
commit
bb06f5b163
|
@ -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"
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue