update home page; changed projects to My Stuff; add Stuff I Like section
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
<nav>
|
||||
<a href="{{ get_url(path='@/_index.md') }}">Home</a>
|
||||
<span id="text"> | </span><a href="{{ get_url(path='@/blog/_index.md') }}"><strike>Rants</strike> Posts</a>
|
||||
<spam id="text"> | </span><a href="{{ get_url(path='@/projects/_index.md') }}">Projects</a>
|
||||
<span id="text"> | </span><a href="{{ get_url(path='@/projects/_index.md') }}">My Stuff</a>
|
||||
<span id="text"> | </span><a href="{{ get_url(path='@/stuff_I_like/_index.md') }}">Stuff I Like</a>
|
||||
<hr>
|
||||
</nav>
|
||||
|
||||
|
9
templates/stuff_I_like.html
Normal file
9
templates/stuff_I_like.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
|
||||
<p>{{ section.content | safe }}</p>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user