aboutsummaryrefslogtreecommitdiffstats
path: root/theme/default/html/main.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-12 00:56:45 +0200
committerThomas Lange <code@nerdmind.de>2021-06-12 00:56:45 +0200
commit4c3fc4ab3f012afc48be15193595c6b945496288 (patch)
treefea14ef91b1ca51cfcc4979ffc1b110c32f67e37 /theme/default/html/main.php
parent95c0ccd0958321056fb2d815c513c0b71c46f973 (diff)
downloadblog-4c3fc4ab3f012afc48be15193595c6b945496288.tar.gz
blog-4c3fc4ab3f012afc48be15193595c6b945496288.tar.xz
blog-4c3fc4ab3f012afc48be15193595c6b945496288.zip
Use SCSS for stylesheets
Diffstat (limited to 'theme/default/html/main.php')
-rw-r--r--theme/default/html/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/default/html/main.php b/theme/default/html/main.php
index 5d9284a..e84618b 100644
--- a/theme/default/html/main.php
+++ b/theme/default/html/main.php
@@ -41,7 +41,7 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']);
<?php endif; ?>
<link rel="icon" href="<?=Application::getTemplateURL('rsrc/favicon.ico')?>" />
- <link rel="stylesheet" href="<?=Application::getTemplateURL('rsrc/main.css')?>" title="<?=$BLOGMETA_NAME?>" />
+ <link rel="stylesheet" href="<?=Application::getTemplateURL('rsrc/css/main.css')?>" title="<?=$BLOGMETA_NAME?>" />
<link rel="alternate" type="application/rss+xml" title="<?=$Language->text('feed_name_items', $BLOGMETA_NAME)?>" href="<?=Application::getURL('feed/')?>" />
<link rel="alternate" type="application/rss+xml" title="<?=$Language->text('feed_name_posts', $BLOGMETA_NAME)?>" href="<?=Application::getURL('feed/post/')?>" />