cleaning up the nav!
This commit is contained in:
parent
351c79af6a
commit
7b4879c7e0
10 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "links"
|
title = "Links"
|
||||||
template = "page.html"
|
template = "page.html"
|
||||||
path = "links"
|
path = "links"
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "now"
|
title = "Now"
|
||||||
template = "page.html"
|
template = "page.html"
|
||||||
path = "now"
|
path = "now"
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ I am a ridiculous man. Nowadays they call me mad.
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% h(at="02") %}
|
{% h(at="02") %}
|
||||||
All of a sudden, I realised that it *would not matter* to me whether the world existed or whether there was nothing at all anywhere. I began to intuit and sense with all my being, that *there was nothing around me*. [...] It was then that I suddenly stopped being angry at othre people and almost ceased to notice them.
|
All of a sudden, I realised that it *would not matter* to me whether the world existed or whether there was nothing at all anywhere. I began to intuit and sense with all my being, that *there was nothing around me*.
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -16,7 +16,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0 0 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">go home</a> |
|
<a href="/">home</a> ·
|
||||||
<a href="/links/">bookmarks</a> |
|
<a href="/links/">links</a> ·
|
||||||
<a href="/now/">now</a> |
|
<a href="/now/">now</a> ·
|
||||||
sign my <a href="/guestbook/">guestbook</a>
|
<a href="/guestbook/">guestbook</a>
|
||||||
</nav>
|
</nav>
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<h2>Reading</h2>
|
<h2>Reading</h2>
|
||||||
|
|
||||||
{% set reading = get_section(path="reading/_index.md") %}
|
{% set reading = get_section(path="read/_index.md") %}
|
||||||
{% for post in reading.pages %}
|
{% for post in reading.pages %}
|
||||||
<span class="muted">{{ post.date}}</span> <a href="{{ post.permalink }}">{{ post.title }}</a><br>
|
<span class="muted">{{ post.date}}</span> <a href="{{ post.permalink }}">{{ post.title }}</a><br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue