0.5.8
fix
This commit is contained in:
+4
-1
@@ -42,7 +42,10 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
|||||||
<?php if ($this->options->logoUrl): ?>
|
<?php if ($this->options->logoUrl): ?>
|
||||||
<a href="<?php $this->options->siteUrl(); ?>" class="site--url">
|
<a href="<?php $this->options->siteUrl(); ?>" class="site--url">
|
||||||
<img src="<?php $this->options->logoUrl() ?>" class="avatar" alt="<?php $this->options->title() ?>" />
|
<img src="<?php $this->options->logoUrl() ?>" class="avatar" alt="<?php $this->options->title() ?>" />
|
||||||
</a>
|
</a>
|
||||||
|
<span class="u-xs-show">
|
||||||
|
<a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title() ?></a>
|
||||||
|
</span>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<span class="u-xs-show">
|
<span class="u-xs-show">
|
||||||
<a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title() ?></a>
|
<a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title() ?></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user