|
@ -10,8 +10,8 @@ |
|
|
{% from 'syndication.html' import syndication with context %} |
|
|
{% from 'syndication.html' import syndication with context %} |
|
|
{{ syndication(article) }} |
|
|
{{ syndication(article) }} |
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ THEME_STATIC_DIR }}/css/pygment.css" /> |
|
|
<link rel="stylesheet" type="text/css" href="{{ THEME_STATIC_DIR }}css/pygment.css" /> |
|
|
<link rel="stylesheet" type="text/css" href="{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" /> |
|
|
<link rel="stylesheet" type="text/css" href="{{ THEME_STATIC_DIR }}css/{{ CSS_FILE }}" /> |
|
|
{% endblock head %} |
|
|
{% endblock head %} |
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|