Add link to guest book, optimize
This commit is contained in:
parent
20b46d3b02
commit
d87e798d38
|
@ -55,7 +55,7 @@ CATEGORIES_SAVE_AS = ''
|
|||
TAGS_SAVE_AS = ''
|
||||
|
||||
INDEX_SAVE_AS = 'index.html'
|
||||
ARTICLE_URL = '{date:%d}/'
|
||||
ARTICLE_URL = '{date:%d}'
|
||||
ARTICLE_SAVE_AS = '{date:%d}/index.html'
|
||||
|
||||
PROD = True
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{% block meta %}{% endblock %}<link rel=icon href=data:,>{% block style %}{% endblock %}<pre>
|
||||
Tanner Collin
|
||||
{% block meta %}{% endblock %}<link rel=icon href=data:,>{% block style %}{% endblock %}<pre>Tanner Collin
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
{% block content %}
|
||||
Hi, I'm Tanner! I do firmware and web development in Calgary.
|
||||
|
||||
Please sign my <a href=g>Guest Book</a>!
|
||||
|
||||
Contact Info
|
||||
============
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user