File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <!--meta name="color-scheme" content="light dark"--> <!-- in logius template -->
88 < script src ="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-mermaid@1.3.0/dist/main.js " class ="remove "> </ script >
99
10+ < script class ="remove " type ="module " src ="js/config.mjs "> </ script >
11+
1012 <!-- TODO: Vul in config.mjs de titel in -->
1113 < script > document . title = respecConfig . title </ script >
1214
13- <!--title>Geonovum template voor ReSpec</title-->
14-
1515 <!-- Hier wordt het favicon gezet -->
1616 < link rel ="shortcut icon " type ="image/x-icon " href ="https://docs.geostandaarden.nl/media/Geonovum.ico " />
1717
18- < script class ="remove " type ="module " src ="js/config.mjs "> </ script >
19-
2018 <!-- De volgende regel zorgt ervoor dat plaatjes uit Imvertor niet geschaald
2119 worden, zodat de imagemap die op deze plaatjes zit werkt. -->
2220 < style > div .imageinfo img {max-width : none;}</ style >
4341< section id ="conformance "> </ section > <!-- Hoofdstuk over conformiteit-->
4442< section id ="tof "> </ section > <!-- Lijst van figuren -->
4543< section id ="index "> </ section > <!-- Lijst van begrippen -->
44+
4645</ body >
4746</ html >
Original file line number Diff line number Diff line change @@ -1348,5 +1348,6 @@ export function loadRespecWithConfiguration(localConfig) {
13481348
13491349 globalThis . respecConfig = respecConfig ;
13501350
1351- import ( "https://logius-standaarden.github.io/publicatie/respec/builds/respec-nlgov.js" ) ;
1351+ import ( "https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js" ) ;
1352+ // import("https://logius-standaarden.github.io/publicatie/respec/builds/respec-nlgov.js");
13521353}
You can’t perform that action at this time.
0 commit comments