Browse Source

refactoring

master
rra 6 years ago
parent
commit
0b0fcc18c6
  1. 2
      themes/cetcat/templates/base.html

2
themes/cetcat/templates/base.html

@ -6,10 +6,8 @@
<meta charset="utf-8" />
<link rel="icon" href="{{ SITEURL}}/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="{{ SITEURL }}/favicon.ico" type="image/x-icon">
{% from 'syndication.html' import syndication with context %}
{{ 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/{{ CSS_FILE }}" />
{% endblock head %}

Loading…
Cancel
Save