Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 43e43fd

Browse files
author
Florian Lautenschlager
committed
Fixed footer company branding.
1 parent f5db68b commit 43e43fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ footer:
2222
supported: Supporters
2323

2424
copyright:
25-
name: QAware GmbH
25+
name: QAware
2626
url: http://www.qaware.de/
2727

2828
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>{{ site.footer.social }}</h3>
3030
<div class="container">
3131
<div class="row">
3232
<div class="col-lg-12">
33-
&copy; <a href="{{ site.copyright.url }}">{{ site.copyright.name }}</a>, 20{{ site.time | date: '%y' }}
33+
<a href="{{ site.copyright.url }}"><i class="fa fa-code" aria-hidden="true"></i> with <i class="fa fa-heart" aria-hidden="true"></i> by <b>{{ site.copyright.name }}</b></a>
3434
</div>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)