Gitea links in footer + Gemini
All checks were successful
Deploy / deploy (push) Successful in 12m15s
All checks were successful
Deploy / deploy (push) Successful in 12m15s
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
|
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
|
||||||
{{- with site.Params.git.commit }}
|
{{- with site.Params.git.commit }}
|
||||||
=> https://git.sr.ht/~dce/davideisinger.com/commit/{{ . }} {{ . }}
|
=> https://git.davideisinger.com/dce/davideisinger.com/commit/{{ . }} {{ . }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
=> https://creativecommons.org/licenses/by/4.0/deed.en © CC BY 4.0
|
=> https://creativecommons.org/licenses/by/4.0/deed.en © CC BY 4.0
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<div class="mobile-hidden">
|
<div class="mobile-hidden">
|
||||||
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
|
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
|
||||||
{{ with site.Params.git.commit }}
|
{{ with site.Params.git.commit }}
|
||||||
• <a href="https://git.sr.ht/~dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a>
|
• <a href="https://git.davideisinger.com/dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user