Skip to content

Commit

Permalink
Merge branch '1.0' into 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Feb 27, 2018
2 parents 686a76e + 088de66 commit b01b5bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="cms-sitename">
<a href="$ApplicationLink" class="cms-sitename__link font-icon-silverstripe font-icon-large" target="_blank" title="$ApplicationName (Version - $CMSVersion)">
<span class="sr-only">$ApplicationName</span> <% if $CMSVersion %><abbr class="cms-sitename__version">$CMSVersion</abbr><% end_if %>
<span class="sr-only">$ApplicationName <% if $CMSVersion %><abbr class="cms-sitename__version">$CMSVersion</abbr><% end_if %></span>
</a>
<a class="cms-sitename__title" href="$BaseHref" target="_blank"><% if $SiteConfig %>$SiteConfig.Title<% else %>$ApplicationName<% end_if %></a>
</div>

0 comments on commit b01b5bb

Please sign in to comment.