Initial commit
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<!-- Post -->
|
||||
<section class="post">
|
||||
<header class="major">
|
||||
{{ if not .Date.IsZero }}
|
||||
<span class="date">{{ .Date.Format (.Site.Params.DateFormat | default "January 2, 2006") }}</span>
|
||||
{{ if and (not .Date.IsZero) (not .Params.pinned) }}
|
||||
<span class="date">{{ partial "format-date-ru.html" .Date }}</span>
|
||||
{{ end }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<p>{{ .Description }}</p>
|
||||
@@ -37,6 +37,10 @@
|
||||
{{ partial "copyright" . }}
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Global Back to Top Button -->
|
||||
{{ partial "back-to-top" . }}
|
||||
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ partial "scripts/index" . }}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user