Added Code Chunks support
Currently with inline style sheets. That will definitely change soon.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<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" />
|
||||
<link rel="stylesheet" type="text/css" href="{% static "css/code.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' %}" />
|
||||
|
Reference in New Issue
Block a user