aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/site-title.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/site-title.html')
-rw-r--r--themes/default/layouts/partials/site-title.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/default/layouts/partials/site-title.html b/themes/default/layouts/partials/site-title.html
deleted file mode 100644
index afa17fa..0000000
--- a/themes/default/layouts/partials/site-title.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ $author := index .Site.Data ((or .Params.author .Site.Author.default.title) | default "default") }}
-
-{{- if not (eq .Title $.Site.Title) -}}
- {{- with or .Title .Summary -}}
- {{ . }} —
- {{ end }}
-{{- end -}}
-
-{{- with $.Site.Title -}}
- {{ if $.IsHome -}}
- {{ . }}
- {{- else -}}
- {{ $author.blogtitle }}
- {{- end -}}
-{{- end -}}