From ccbca45fae0407958247e74567082dc2b346f3d9 Mon Sep 17 00:00:00 2001 From: Jorge Samuel Mendes de Jesus Date: Wed, 11 Sep 2019 16:53:52 +0200 Subject: [PATCH] Issue 210 missing HTTPS for schema.org (#225) * change from http to /// * fixes #213 * https:// instead of // --- pygeoapi/templates/collection.html | 10 +++++----- pygeoapi/templates/collections.html | 4 ++-- pygeoapi/templates/process.html | 4 ++-- pygeoapi/templates/processes.html | 2 +- pygeoapi/templates/root.html | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pygeoapi/templates/collection.html b/pygeoapi/templates/collection.html index 8a6e79c..4ab14aa 100644 --- a/pygeoapi/templates/collection.html +++ b/pygeoapi/templates/collection.html @@ -5,9 +5,9 @@ / {{ data['title'] }} {% endblock %} {% block body %} -
- - +
+ + @@ -22,7 +22,7 @@

View