浏览代码

make header image a link to home

master
Dom SP 3 年前
父节点
当前提交
07995eb197
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/views/header.htm

+ 1
- 1
app/views/header.htm 查看文件

@@ -1,6 +1,6 @@
<check if="{{ @banner }}">
<true>
<h1><img src="{{ @banner }}" alt="{{ @title }}" /></h1>
<a href="{{ @SITE_URL }}/"><h1><img src="{{ @banner }}" alt="{{ @title }}" /></h1></a>
</true>
<false>
<h1>{{ @title }}</h1>

正在加载...
取消
保存