소스 검색

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>

Loading…
취소
저장