Browse Source

Adds stylesheet to news.html template

pull/40/head
nonmakina 3 years ago
parent
commit
470662f9bf
  1. 1
      templates/themes/categories/news.html

1
templates/themes/categories/news.html

@ -4,6 +4,7 @@
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
</header>
<div class="ban">

Loading…
Cancel
Save