Add link back to repo from demo pages.

This commit is contained in:
Zach Leatherman 2018-01-25 23:26:20 -06:00
parent a3ffd98662
commit 545f203d33
3 changed files with 5 additions and 2 deletions

View File

@ -22,8 +22,7 @@
{{ layoutContent | safe }}
</main>
<footer>
</footer>
<footer></footer>
<!-- Current page: {{ page.url | url }} -->
</body>

View File

@ -17,6 +17,9 @@ body {
margin: 0;
font-family: sans-serif;
}
p:last-child {
margin-bottom: 0;
}
p,
.tmpl-post li,
img {

View File

@ -10,6 +10,7 @@ navtitle: Home
<li>(Optional) Edit <code>.eleventy.js</code> with your configuration preferences.</li>
<li>Delete this message from <code>index.njk</code>.</li>
</ol>
<p><em>This is an <a href="https://www.11ty.io/">Eleventy project</a> created from the <a href="https://github.com/11ty/eleventy-base-blog"><code>eleventy-base-blog</code> repo</a>.</em></p>
</div>
{% set postslist = collections.posts %}