Add text to services
This commit is contained in:
parent
375b706021
commit
9d5d076b9c
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue