Browse Source

detail in base

master
mb@mb 6 years ago
parent
commit
69d7dc9005
  1. 4
      themes/cetcat/templates/base.html

4
themes/cetcat/templates/base.html

@ -10,8 +10,8 @@
{% 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 }}" />
<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 %}
</head>

Loading…
Cancel
Save