Add link back to repo from demo pages.
This commit is contained in:
parent
a3ffd98662
commit
545f203d33
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user