diff --git a/_config.yml b/_config.yml index 83d17f12..0dd0be8d 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,7 @@ collections: pois: output: true + # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. diff --git a/_includes/head.html b/_includes/head.html index 08bbcbd3..3a0e4578 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,3 +14,4 @@ {%- include google-analytics.html -%} {%- endif -%} + diff --git a/_layouts/poi.html b/_layouts/poi.html index 219299fd..dc2036f6 100644 --- a/_layouts/poi.html +++ b/_layouts/poi.html @@ -25,3 +25,4 @@
integrity="sha512-BB3hKbKWOc9Ez/TAwyWxNXeoV9c1v6FIeYiBieIWkpLjauysF18NzgR1MBNBXf8/KABdlkX68nAhlwcDFLGPCQ==" crossorigin=""> + diff --git a/_pois/001.markdown b/_pois/001.markdown index bd72ac3f..bd1fba93 100644 --- a/_pois/001.markdown +++ b/_pois/001.markdown @@ -4,4 +4,4 @@ wikidatum: Q121378 title: Κέρκυρα --- -Sample text +Sample text diff --git a/assets/js/get_wiki_item.js b/assets/js/get_wiki_item.js index 997512cb..10b48091 100644 --- a/assets/js/get_wiki_item.js +++ b/assets/js/get_wiki_item.js @@ -1,5 +1,5 @@ console.log("Fetch: ", wikidatum); - + function get_wikidatum(id){ console.log('Getting from wikidata entity: ', id); // WikiMedia API based: diff --git a/pois.md b/pois.md index 96d40b03..d4f0c160 100644 --- a/pois.md +++ b/pois.md @@ -12,3 +12,4 @@ permalink: /pois/ {% endfor %} +