mirror of
https://github.com/typecho/typecho.git
synced 2025-01-16 20:18:19 +01:00
improve: show site description in homepage title
This commit is contained in:
parent
2650bb6654
commit
6df1b433ee
@ -5,7 +5,7 @@
|
||||
<head>
|
||||
<meta charset="<?php $this->options->charset(); ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><?php $this->archiveTitle('', '', ' - '); ?><?php $this->options->title(); ?></title>
|
||||
<title><?php $this->archiveTitle('', '', ' | '); ?><?php $this->options->title(); ?><?php if ($this->is('index')): ?> | <?php $this->options->description() ?><?php endif; ?></title>
|
||||
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('static/css/style.css'); ?>">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user