Move symfony stuff to own folder
This commit is contained in:
9
symfony/templates/components/head/_stylesheets.html.twig
Normal file
9
symfony/templates/components/head/_stylesheets.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
<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 %}
|
||||
Reference in New Issue
Block a user