Remove additional stylesheet linking

This commit is contained in:
kisenka 2015-02-27 19:19:59 +04:00
parent 79a24b705f
commit 9b32167f92

View File

@ -29,4 +29,4 @@
{% endcapture %}
{% capture rendered_content %}{% include page.html %}{% endcapture %}
{{ rendered_content | replace:'</head>','<link rel="stylesheet" href="styles/styles.css"></head>' }}
{{ rendered_content }}