Add text to services

This commit is contained in:
kpcyrd 2014-09-09 17:45:59 +02:00
parent 375b706021
commit 9d5d076b9c
2 changed files with 4 additions and 0 deletions

View file

@ -4,11 +4,14 @@
# network: public
#
- title: Blogs
text: lorem ipsum
url: http://wp.ffhh/
network: intern
- title: Radio
text: lorem ipsum
url: http://radio.ffhh/
network: intern
- title: Wiki
text: lorem ipsum
url: https://wiki.freifunk.net/Freifunk_Hamburg
network: public

View file

@ -7,6 +7,7 @@ layout: default
{% for service in site.data.services %}
<li class="col-6 col-sm-6 col-lg-4">
<h2><a class="post-link" href="{{ service.url }}">{{ service.title }}</a></h2>
<p>{{ service.text }}</p>
</li>
{% endfor %}
</ul>