diff --git a/src/_collections/_photos/2022-01-18-snow-day-in-space.md b/src/_collections/_photos/2022-01-18-snow-day-in-space.md index 2f083e1..649ca48 100644 --- a/src/_collections/_photos/2022-01-18-snow-day-in-space.md +++ b/src/_collections/_photos/2022-01-18-snow-day-in-space.md @@ -3,4 +3,4 @@ layout: photo title: "Snow Day in Space" date: 2022-01-18 file: 2022-01-18-snow-day-in-space.jpg ---- \ No newline at end of file +--- diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 8b076e4..77bd4f4 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -7,19 +7,21 @@ - {% if page.override_title %}{{page.override_title}}{% else %}{{page.title}} | {{site.title}}{% endif %} + <title> + {% if page.override_title %}{{page.override_title}}{% else %}{{page.title}} | {{site.title}}{% endif %} +
- +
{{ content }}
-