diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 02:17:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 02:17:01 -0300 |
commit | de9473df009bdab19ea287af8b18b6c141c2749b (patch) | |
tree | 93dcef5582f070fbc6fdc180427397e72e111160 /_layouts/default.html | |
parent | WIP Jekyll (diff) | |
download | euandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.gz euandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.xz |
Reproduce hakyll behaviour
Diffstat (limited to '')
-rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index fc9befd..9fa116e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -16,7 +16,7 @@ </div> <div id="nav-right"> <a href="/about.html">About</a> - <a href="/feed.atom"> + <a href="/feed.xml"> <img class="simple-icon" src="/images/atom.svg" alt="Blog feed" /> </a> </div> @@ -24,6 +24,7 @@ </header> <main role="main"> + <h1>{{ page.title }}</h1> {{ content }} </main> |