This website works better with JavaScript.
Home
Explore
Help
Sign In
dom
/
freaCMS
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
make header image a link to home
master
Dom SP
3 years ago
parent
e5e97af23a
commit
07995eb197
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
app/views/header.htm
+ 1
- 1
app/views/header.htm
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save