From 9d5d076b9cbc3f41d958c6f3d3fc6d0784c6b4bc Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Tue, 9 Sep 2014 17:45:59 +0200 Subject: [PATCH] Add text to services --- _data/services.yaml | 3 +++ index.html | 1 + 2 files changed, 4 insertions(+) diff --git a/_data/services.yaml b/_data/services.yaml index fa82572..5ff67c3 100644 --- a/_data/services.yaml +++ b/_data/services.yaml @@ -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 diff --git a/index.html b/index.html index 2e46399..589e17c 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ layout: default {% for service in site.data.services %}
  • {{ service.title }}

    +

    {{ service.text }}

  • {% endfor %}