Add text to services
This commit is contained in:
parent
375b706021
commit
9d5d076b9c
|
@ -4,11 +4,14 @@
|
||||||
# network: public
|
# network: public
|
||||||
#
|
#
|
||||||
- title: Blogs
|
- title: Blogs
|
||||||
|
text: lorem ipsum
|
||||||
url: http://wp.ffhh/
|
url: http://wp.ffhh/
|
||||||
network: intern
|
network: intern
|
||||||
- title: Radio
|
- title: Radio
|
||||||
|
text: lorem ipsum
|
||||||
url: http://radio.ffhh/
|
url: http://radio.ffhh/
|
||||||
network: intern
|
network: intern
|
||||||
- title: Wiki
|
- title: Wiki
|
||||||
|
text: lorem ipsum
|
||||||
url: https://wiki.freifunk.net/Freifunk_Hamburg
|
url: https://wiki.freifunk.net/Freifunk_Hamburg
|
||||||
network: public
|
network: public
|
||||||
|
|
|
@ -7,6 +7,7 @@ layout: default
|
||||||
{% for service in site.data.services %}
|
{% for service in site.data.services %}
|
||||||
<li class="col-6 col-sm-6 col-lg-4">
|
<li class="col-6 col-sm-6 col-lg-4">
|
||||||
<h2><a class="post-link" href="{{ service.url }}">{{ service.title }}</a></h2>
|
<h2><a class="post-link" href="{{ service.url }}">{{ service.title }}</a></h2>
|
||||||
|
<p>{{ service.text }}</p>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue