diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-27 20:24:31 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-27 20:24:31 -0500 |
commit | 082d412d49df48c781a1398e9e409a88e4af3c46 (patch) | |
tree | edded5924e4bd97b001535f77bacef485c0bbeb6 | |
parent | 5206f519c52ac04cf84a88434b328b289a267a9a (diff) |
Uncomment the home-page title, as this template doesn't use it
-rw-r--r-- | index.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.markdown b/index.markdown index 22f43a8..0d5a478 100644 --- a/index.markdown +++ b/index.markdown @@ -3,7 +3,8 @@ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: home -# title: Home # Hiding the title of a page removes it from the navigation bar +title: Home +# Hiding the title of a page removes it from the navigation bar --- # Welcome |