10 lines
342 B
Twig
10 lines
342 B
Twig
<link rel="stylesheet" href="/css/reset.css" />
|
|
<link rel="stylesheet" href="/css/base.css" />
|
|
<link rel="stylesheet" href="/css/hcard.css" />
|
|
{% if isFeed|default(false) %}
|
|
<link rel="stylesheet" href="/css/feed.css" />
|
|
{% endif %}
|
|
{% if isFeedEntry|default(false) %}
|
|
<link rel="stylesheet" href="/css/feed-entry.css" />
|
|
{% endif %}
|