summaryrefslogtreecommitdiff
path: root/test/city-kvarter.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-03-16 19:15:01 +0100
committerJonas Smedegaard <dr@jones.dk>2024-04-06 10:36:37 +0200
commite30097f4a9ffc42d57df2c463ae4770b61ff8769 (patch)
treed81a0f0c0153d99346cb1e123f7bc656991086b4 /test/city-kvarter.mdwn
parentc0be7d8b7c4caa1e1077e91912e93dac6c4e6470 (diff)
rename *.mdwn to */index.md, except index/topbar/farbar/sidebar files
command: ``` perl -MPath::Tiny -WE 'use strict; path(".")->visit(sub{return unless -f && /\.mdwn$/; my $stem=$_->basename(".mdwn"); my $new=$_->sibling($stem,"index.md"); return if $stem =~ /^index|topbar|sidebar|farbar|footer$/ || $new->exists; $new->parent->mkpath; system("git","mv", $_, $new)},{recurse=>1})' ```
Diffstat (limited to 'test/city-kvarter.mdwn')
-rw-r--r--test/city-kvarter.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/city-kvarter.mdwn b/test/city-kvarter.mdwn
deleted file mode 100644
index df68fd6d..00000000
--- a/test/city-kvarter.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-# City
-[[!template id=map bounds-nw="55.69225, 12.56166" bounds-se="55.66819, 12.60321"]]
-<script>
-var polygon = L.polygon([
- [55.67579, 12.57598],
- [55.67751, 12.57973],
- [55.67526, 12.58741],
- [55.67223, 12.58044]
-]).addTo(map);
-polygon.bindPopup("<a href=../offentlighedsloven/>Offentlig/ Hemmelig vandring på Slotsholmen</a><br><a href=../test/offentlighedsloven-tur/>Gå til turkort</a>");
-</script>