diff options
Diffstat (limited to 'template/standard/html/main.php')
-rw-r--r-- | template/standard/html/main.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/standard/html/main.php b/template/standard/html/main.php index e6c0e10..c6cfa7d 100644 --- a/template/standard/html/main.php +++ b/template/standard/html/main.php @@ -47,6 +47,8 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']); <link rel="alternate" type="application/rss+xml" title="<?=$Language->text('feed_name_posts', $BLOGMETA_NAME)?>" href="<?=Application::getURL('feed/post/')?>" /> <link rel="alternate" type="application/rss+xml" title="<?=$Language->text('feed_name_pages', $BLOGMETA_NAME)?>" href="<?=Application::getURL('feed/page/')?>" /> + <script defer src="<?=Application::getTemplateURL('rsrc/main.js')?>"></script> + <title><?="{$HEAD_NAME} | {$BLOGMETA_NAME} {$BLOGMETA_DESC}"?></title> </head> <body> |