Use more structured yaml for examples source path

This commit is contained in:
Maximilian Krög
2021-11-02 22:02:23 +01:00
parent 12de93b397
commit 07fa1adfe8
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ docs: >
Move a map to a seperate window.
tags: "external, window"
sources:
- resources/external-map-map.html
- path: resources/external-map-map.html
---
<div id="map" class="map"></div>
<input id="external-map-button" type="button" value="Open external map"></input>