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 }} {{ layoutContent | safe }}
</main> </main>
<footer> <footer></footer>
</footer>
<!-- Current page: {{ page.url | url }} --> <!-- Current page: {{ page.url | url }} -->
</body> </body>

View File

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

View File

@ -10,6 +10,7 @@ navtitle: Home
<li>(Optional) Edit <code>.eleventy.js</code> with your configuration preferences.</li> <li>(Optional) Edit <code>.eleventy.js</code> with your configuration preferences.</li>
<li>Delete this message from <code>index.njk</code>.</li> <li>Delete this message from <code>index.njk</code>.</li>
</ol> </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> </div>
{% set postslist = collections.posts %} {% set postslist = collections.posts %}