Skip to content

Commit 984b62e

Browse files
committed
commented out loading of leaflet css and js
1 parent 3198841 commit 984b62e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
var footer = [
136136
'<hr/>',
137137
'<footer>',
138-
'&copy;2023 Poseidon is an initiative of the <a href="https://www.eva.mpg.de/archaeogenetics/index.html">Department of Archaeogenetics</a> at the Max Planck Institute for Evolutionary Anthropology in Leipzig. The main contact is <a href="https://www.eva.mpg.de/archaeogenetics/staff/stephan-schiffels/">Stephan Schiffels</a>. This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement number 851511). This website was built with <a href="https://github.com/docsifyjs/docsify" target="_blank">docsify</a>.',
138+
'&copy;2025 Poseidon is an initiative of the <a href="https://www.eva.mpg.de/archaeogenetics/index.html">Department of Archaeogenetics</a> at the Max Planck Institute for Evolutionary Anthropology in Leipzig. The main contact is <a href="https://www.eva.mpg.de/archaeogenetics/staff/stephan-schiffels/">Stephan Schiffels</a>. This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement number 851511). This website was built with <a href="https://github.com/docsifyjs/docsify" target="_blank">docsify</a>.',
139139
'</footer>'
140140
].join('');
141141
hook.afterEach(function(html) {
@@ -187,16 +187,16 @@
187187
<!-- <script src="https://unpkg.com/browse/[email protected]/src/plugins/external-script.js"></script> -->
188188

189189
<!-- leaflet map -->
190-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
190+
<!-- <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
191191
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
192-
crossorigin=""/>
192+
crossorigin=""/> -->
193193
<!-- Make sure you put this AFTER Leaflet's CSS -->
194-
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
194+
<!-- <script src="https://unpkg.com/[email protected]/dist/leaflet.js"
195195
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
196196
crossorigin=""></script>
197197
<script src="https://unpkg.com/[email protected]/dist/leaflet.markercluster.js"></script>
198198
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/MarkerCluster.css"></script>
199-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/MarkerCluster.Default.css"></script>
199+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/MarkerCluster.Default.css"></script> -->
200200

201201
<!-- diagrams with mermaid: https://github.com/Leward/mermaid-docsify -->
202202
<script type="module">

0 commit comments

Comments
 (0)