mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
ENHANCEMENT Show site title and tagline by default in theme (fixes #7350)
This commit is contained in:
parent
a3dc1471cd
commit
5bf43d9b20
@ -1,7 +1,8 @@
|
||||
<header class="header" role="banner">
|
||||
<div class="inner">
|
||||
<a href="$BaseHref" class="brand" rel="home">
|
||||
<h1>Simple.</h1>
|
||||
<h1>$SiteConfig.Title</h1>
|
||||
<p>$SiteConfig.Tagline</p>
|
||||
</a>
|
||||
<% if SearchForm %>
|
||||
<span class="search-dropdown-icon">L</span>
|
||||
|
Loading…
Reference in New Issue
Block a user