Merge pull request #162 from levivm/feature/new_digitalglarus

fixing footer year
This commit is contained in:
Levi Velázquez 2017-01-11 12:45:43 -05:00 committed by GitHub
commit c1d3daae69
2 changed files with 4 additions and 5 deletions

View file

@ -112,7 +112,7 @@
display: none;
}
}
html,body{
width: 100%;
@ -126,7 +126,6 @@
</head>
<body id="page-top" class="index">
@ -234,7 +233,7 @@
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © ungleich GmbH 2016</span>
<span class="copyright">Copyright © ungleich GmbH {% now "Y" %}</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">

View file

@ -31,8 +31,8 @@
</a>
</li>
</ul>
<p class="copyright text-muted text-centered">
{% static_placeholder "footer_copyright" %}
<p class="copyright">
Copyright © ungleich GmbH {% now "Y" %}
</p>
</div>
</div>