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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/title.html')
-rw-r--r--layouts/partials/title.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/layouts/partials/title.html b/layouts/partials/title.html
deleted file mode 100644
index 6f12a98..0000000
--- a/layouts/partials/title.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<div>
- <p class="site-title home-{{ .IsHome }}">
- {{ if not .IsHome }}
- {{ if eq .Kind "taxonomy" }}#{{ end }}{{ .Title }}
- {{ if eq .Kind "page" }}
- <p>
- {{ dateFormat .Site.Params.theme.dateFormat .Date }} &middot; {{ .Site.Params.author }}
- </p>
- {{ end }}
- {{ end }}
- </p>
- {{ if .IsHome }}
- <p class="about-narrative">
- {{ .Site.Params.about.narrative | markdownify }}
- </p>
- {{ end }}
-</div>