Updates
This commit is contained in:
Executable → Regular
+4
-9
@@ -22,14 +22,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrap" style="width:100%">
|
||||
<div id="container" style="width:70%">
|
||||
<div class="entry">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
<div id="sidebar" style="width:25%">
|
||||
<h1><a href="{{ SITEURL }} " title="title">{{ SITENAME }}</a></h1>
|
||||
@@ -38,8 +32,9 @@
|
||||
<ul>
|
||||
<li><a href="{{ SITEURL }}/index.html">Home</a></li>
|
||||
<li><a href="{{ SITEURL }}/posts.html">Articles</a></li>
|
||||
<li><a href="{{ SITEURL }}/portfolio.html">Photography</a></li>
|
||||
<li><a href="https://portfolio.leanderhutton.com/">Photography</a></li>
|
||||
<li><a href="{{ SITEURL }}/about.html">About</a></li>
|
||||
<li><a href="{{ SITEURL }}/recommendations.html">What I Use</a></li>
|
||||
{% if categories|length > 1 %}
|
||||
<!-- <li><a href="{{ SITEURL }}/categories.html">Categories</a></li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user