Add HTML resume

This commit is contained in:
2013-10-14 18:07:15 +02:00
parent 91a186e1b2
commit d8f2746abc
4 changed files with 101 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
{% block css %}
<link rel="stylesheet" type="text/css" href="{% static "css/front.css" %}" media="screen" />
<link rel="stylesheet" type="text/css" href="{% static "css/blog.css" %}" media="screen" />
<link rel="stylesheet" type="text/css" href="{% static "css/resume.css" %}" media="screen" />
{% endblock %}
{% endcompress %}
<link rel="alternate" type="application/rss+xml" title="Gergely Polonkai's Blog - RSS Feed" href="{{ app.request.scheme }}://{{ app.request.host }}{% url 'blog:feed' %}" />