Make the credits line a little more sober
This commit is contained in:
parent
91bcd375d8
commit
eb9a650e9e
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
<h5 class="shadow-black">{{ service_item.menu_name }}</h5>
|
<h5 class="shadow-black">{{ service_item.menu_name }}</h5>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<ul class="no-bullet shadow-black">
|
<ul class="no-bullet shadow-black">
|
||||||
{% for service_item in site.data.services %}
|
{% for service_item in site.data.services %}
|
||||||
{% if service_item.url contains 'http' %}
|
{% if service_item.url contains 'http' %}
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<h5 class="shadow-black">{{ network_item.menu_name }}</h5>
|
<h5 class="shadow-black">{{ network_item.menu_name }}</h5>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<ul class="no-bullet shadow-black">
|
<ul class="no-bullet shadow-black">
|
||||||
{% for network_item in site.data.network %}
|
{% for network_item in site.data.network %}
|
||||||
{% if network_item.url contains 'http' %}
|
{% if network_item.url contains 'http' %}
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
<nav class="row">
|
<nav class="row">
|
||||||
<section id="subfooter-left" class="b30 small-12 medium-6 columns">
|
<section id="subfooter-left" class="b30 small-12 medium-6 columns">
|
||||||
<ul class="inline-list">
|
<ul class="inline-list">
|
||||||
<li>Created with ♥ by <a style="display:inline;" href="http://phlow.de/">Phlow</a> with <a style="display:inline;" href="http://jekyllrb.com/" target="_blank">Jekyll</a> using <a style="display:inline;" href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a> </li>
|
<li><a style="display:inline;" href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a> theme by <a style="display:inline;" href="http://phlow.de/">Phlow</a> </li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Reference in a new issue