1
0
Fork 0

Make the credits line a little more sober

This commit is contained in:
Luca Beltrame 2015-05-10 19:09:32 +02:00
parent 91bcd375d8
commit eb9a650e9e

View file

@ -24,7 +24,7 @@
<h5 class="shadow-black">{{ service_item.menu_name }}</h5>
{% endif %}
{% endfor %}
<ul class="no-bullet shadow-black">
{% for service_item in site.data.services %}
{% if service_item.url contains 'http' %}
@ -46,7 +46,7 @@
<h5 class="shadow-black">{{ network_item.menu_name }}</h5>
{% endif %}
{% endfor %}
<ul class="no-bullet shadow-black">
{% for network_item in site.data.network %}
{% if network_item.url contains 'http' %}
@ -69,7 +69,7 @@
<nav class="row">
<section id="subfooter-left" class="b30 small-12 medium-6 columns">
<ul class="inline-list">
<li>Created with &hearts; 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>
</section>