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
|
||||
githubURL = "https://github.com/alejandro-angulo/alejandr0angul0.dev"
|
||||
githubURL = "https://git.alejandr0angul0.dev/alejandro-angulo/alejandr0angul0.dev"
|
||||
gitBranch = "main"
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
{{ partial "metadata.html" . }}
|
||||
<a
|
||||
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>
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue