Fix homepage typo
1 files changed, 1 insertions(+), 1 deletions(-) M _layouts/page.html
M _layouts/page.html => _layouts/page.html +1 -1
@@ 4,7 4,7 @@ layout: default <header> <h1>{{ page.title }}</h1> - <span><a href="{{ site.url }}">← return to the hompage</a></span> + <span><a href="{{ site.url }}">← return to the homepage</a></span> <hr> </header>