From c9acdf0770602afae9b4b0f8ff3e1eecc5fcf82d Mon Sep 17 00:00:00 2001 From: fcoterroba <46996764+fcoterroba@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:23:03 +0100 Subject: [PATCH] Create cantabria.json Thanks to @danipuertas #195 PS: I didn't add the tag on Cantabria because I really don't know how it works in this moment. Also, `"tags": ["Gobierno", ""]` don't looks a good tag in my opinion. Maybe I wrong. --- _data/comunidades/cantabria.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/comunidades/cantabria.json diff --git a/_data/comunidades/cantabria.json b/_data/comunidades/cantabria.json new file mode 100644 index 00000000000..6a34308c8f5 --- /dev/null +++ b/_data/comunidades/cantabria.json @@ -0,0 +1,15 @@ +{ + "name": "Cantabria", + "webs": [ + { + "url": "www.cantabria.es", + "name": "Cantabria", + "twitter": "cantabriaes" + }, + { + "url": "www.scsalud.es", + "name": "Servicio Cántabro Salud", + "twitter": "scsalud" + } + ] +}