Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-05 19:07:51 +0300
committeruPagge <upagge@mail.ru>2020-12-05 19:07:51 +0300
commit8ab06ae2b7962ec0e3685381c964848259056779 (patch)
tree442c6ab8e26b74ac58588e65fc254bc6f08dc394 /layouts/posts
parentf0e2076cbf6f8e3cb8335ba6c4248d8ebd9497ac (diff)
exampleSite edit
Diffstat (limited to 'layouts/posts')
-rw-r--r--layouts/posts/single.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 94e273f..fd29bdd 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -111,13 +111,6 @@
{{- if not (eq . ($.Site.Params.dateformat | default "2006-01-02" | $.PublishDate.Format)) -}}
<div class="post-update">
<b>{{- dict "Date" . | T "updatedOnDate" -}}:</b> {{ $params.upd }}
- {{- if $.Site.Params.gitRepo -}}
- {{- with $.GitInfo -}}
- &nbsp;<a class="git-hash" href="{{ printf `%v/commit/%v` $.Site.Params.gitRepo .Hash }}" target="_blank" title="commit by {{ .AuthorName }}({{ .AuthorEmail }}) {{ .Hash }}: {{ .Subject }}">
- <i class="fas fa-hashtag fa-fw"></i>{{- .AbbreviatedHash -}}
- </a>
- {{- end -}}
- {{- end -}}
</div>
{{- end -}}
{{- end -}}