mirror of
https://github.com/picocms/pico-theme.git
synced 2025-07-30 21:40:47 +02:00
Move stylesheets to css/
directory
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
<link rel="canonical" href="{{ current_page.url }}" />
|
||||
{% endif %}
|
||||
|
||||
<link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ theme_url }}/droidsans.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ theme_url }}/fontello.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ theme_url }}/css/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ theme_url }}/css/droidsans.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ theme_url }}/css/fontello.css" type="text/css" />
|
||||
</head>
|
||||
<body{% if config.theme_config.widescreen %} class="widescreen"{% endif %}>
|
||||
|
||||
|
Reference in New Issue
Block a user