Adds stylesheet to news.html template
This commit is contained in:
parent
fa4630e354
commit
470662f9bf
|
@ -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…
Reference in New Issue