removed writing page
This commit is contained in:
parent
abc4574988
commit
9cdd5f3da4
@ -18,7 +18,6 @@
|
||||
<a href="/music/">Music</a><br>
|
||||
<a href="/category/motion-pictures/">Motion Picture</a><br>
|
||||
<a href="/programming/">Programming</a><br>
|
||||
<a href="/writing/">Writing</a><br>
|
||||
<a href="/about/">About</a><br>
|
||||
<a href="/login/">Login</a>
|
||||
</div>
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
<a href="/music/">Music</a><br>
|
||||
<a href="/category/motion-pictures/">Motion Picture</a><br>
|
||||
<a href="/programming/">Programming</a><br>
|
||||
<a href="/writing/">Writing</a><br>
|
||||
<a href="/about/">About</a><br>
|
||||
<a href="/login/">Login</a>
|
||||
</div>
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
<a href="/music/">Music</a><br>
|
||||
<a href="/category/motion-pictures/">Motion Picture</a><br>
|
||||
<a href="/programming/">Programming</a><br>
|
||||
<a href="/writing/">Writing</a><br>
|
||||
<a href="/about/">About</a><br>
|
||||
<a href="/login/">Login</a>
|
||||
</div>
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
<a href="/music/">Music</a><br>
|
||||
<a href="/category/motion-pictures/">Motion Picture</a><br>
|
||||
<a href="/programming/">Programming</a><br>
|
||||
<a href="/writing/">Writing</a><br>
|
||||
<a href="/about/">About</a><br>
|
||||
<a href="/login/">Login</a>
|
||||
</div>
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
<a href="/">home</a>
|
||||
<p>
|
||||
This is just a little page where I post stuff I write. I was kind of unsure if I wanted this stuff out here but I think to those who know me it could serve as an interesting view into some thoughts that I don't often express elsewhere.
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
{% for work in works %}
|
||||
<a href="/{{ work.path }}">{{ work.name }}</a> {{ work.date }}
|
||||
{% endfor %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user