Skip to content

Commit

Permalink
Use sitename as logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nestordedios committed Oct 6, 2017
1 parent 0613d85 commit 2a0c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/_header.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Header -->
<header id="header">
<a href="{{ url('homepage') }}" class="logo"><strong>Site</strong> Logo</a>
<a href="{{ url('homepage') }}" class="logo"><strong>{{ config.get('general/sitename') }}</strong></a>
<ul class="icons">
{% for socialMedia in theme.social_media if socialMedia.link %}
<li><a href="{{ socialMedia.link }}" class="icon {{ socialMedia.icon }}"><span class="label">{{ socialMedia.label }}</span></a></li>
Expand Down

0 comments on commit 2a0c5e2

Please sign in to comment.