Abstract article html up to base
This commit is contained in:
@@ -3,28 +3,23 @@
|
||||
<title>Projects | t0.vc</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<pre style=font:unset>
|
||||
<a href="/">Home | t0.vc</a>
|
||||
<h1>Projects</h1>
|
||||
|
||||
Projects
|
||||
========
|
||||
|
||||
My main hobby is working on software projects. I typically design websites or
|
||||
build tools that make my life easier.
|
||||
<p>My main hobby is working on software projects. I typically design websites or build tools that make my life easier.</p>
|
||||
|
||||
{% for article in articles if article.category.name == 'Projects' %}
|
||||
<a href="/{{ article.url }}">{{ article.title }}</a>
|
||||
{{ article.summary | striptags }}
|
||||
<p>
|
||||
<a href="/{{ article.url }}">{{ article.title }}</a><br/>
|
||||
{{ article.summary | striptags }}
|
||||
</p>
|
||||
|
||||
{% endfor %}
|
||||
<a href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs*</a>
|
||||
A filesystem that mounts your Standard Notes account as a directory of text
|
||||
files that you can edit.
|
||||
|
||||
* external link
|
||||
<p>
|
||||
<a class="external" href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs</a><br/>
|
||||
A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user