Skip to content

Commit 1128eb6

Browse files
committed
Remove URL
1 parent 7647e2f commit 1128eb6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/default.config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ metadata:
6969
- api
7070
keywords_type: theme
7171
terms_of_service: https://creativecommons.org/licenses/by/4.0/
72-
#GA Customisation - Remove landing page URL
73-
#url: https://github.com/geopython/pygeoapi
72+
url: https://github.com/geopython/pygeoapi
7473
license:
7574
name: CC-BY 4.0 license
7675
url: https://creativecommons.org/licenses/by/4.0/

pygeoapi/templates/landing_page.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h1>{{ config['metadata']['identification']['title'] }}</h1>
4040
</div>
4141
</div>
4242
{% endif %}
43+
<!-- GA Customisation - Remove URL
4344
<div class="row">
4445
<div class="col-sm-4">
4546
{% trans %}URL{% endtrans %}
@@ -49,6 +50,7 @@ <h1>{{ config['metadata']['identification']['title'] }}</h1>
4950
{{ config['metadata']['identification']['url'] | truncate( 70 ) }}</a>
5051
</div>
5152
</div>
53+
-->
5254
</div>
5355
</div>
5456
</section>

0 commit comments

Comments
 (0)