ソースを参照

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>

読み込み中…
キャンセル
保存