1
0

Added Code Chunks support

Currently with inline style sheets. That will definitely change soon.
Este cometimento está contido em:
2013-10-02 21:49:55 +02:00
ascendente 61a60f7cf7
cometimento 1765929555
9 ficheiros modificados com 211 adições e 1 eliminações

Ver ficheiro

@@ -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' %}" />