From b6bdb12a848576f1fed278d06da359e85b1363d5 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 31 Dec 2020 21:55:37 -0600 Subject: [PATCH] Create title.html --- _includes/title.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _includes/title.html diff --git a/_includes/title.html b/_includes/title.html new file mode 100644 index 0000000..8bd3fa8 --- /dev/null +++ b/_includes/title.html @@ -0,0 +1,5 @@ +{% if site.logo %} + +{% else %} + {{ site.title }} +{% endif %}