cleaning up the nav!
This commit is contained in:
parent
351c79af6a
commit
7b4879c7e0
10 changed files with 9 additions and 9 deletions
|
|
@ -11,10 +11,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="/">go home</a> |
|
||||
<a href="/links/">bookmarks</a> |
|
||||
<a href="/now/">now</a> |
|
||||
sign my <a href="/guestbook/">guestbook</a>
|
||||
<a href="/">home</a> ·
|
||||
<a href="/links/">links</a> ·
|
||||
<a href="/now/">now</a> ·
|
||||
<a href="/guestbook/">guestbook</a>
|
||||
</nav>
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<h2>Reading</h2>
|
||||
|
||||
{% set reading = get_section(path="reading/_index.md") %}
|
||||
{% set reading = get_section(path="read/_index.md") %}
|
||||
{% for post in reading.pages %}
|
||||
<span class="muted">{{ post.date}}</span> <a href="{{ post.permalink }}">{{ post.title }}</a><br>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue