diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-03-16 19:15:01 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-06 10:36:37 +0200 |
commit | e30097f4a9ffc42d57df2c463ae4770b61ff8769 (patch) | |
tree | d81a0f0c0153d99346cb1e123f7bc656991086b4 /billetto-liste | |
parent | c0be7d8b7c4caa1e1077e91912e93dac6c4e6470 (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 'billetto-liste')
-rw-r--r-- | billetto-liste/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/billetto-liste/index.md b/billetto-liste/index.md new file mode 100644 index 00000000..0e1cce9b --- /dev/null +++ b/billetto-liste/index.md @@ -0,0 +1,7 @@ +<iframe allowtransparency="true" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="true" src="javascript:void(0)" vspace="0" width="100%" height="441" id="billetto_tickets_widget_embed_undefined"></iframe><div class="js-event-widget-powered-by" style="overflow: hidden!important;margin-top: 5px!important;margin-bottom: 5px!important"> +<a href="https://billetto.dk/l/saelg-billetter-online" style="line-height: 18px!important;font-size: 10px!important;important;color: #666!important;" target="_blank"> +<img alt="Billetto" height="18" src="https://assets.billetto.com/assets/logos/logo_text_dark.fallback-240dc3b964adf73b857a290b10e8070bbf018a4f18747af4ae1d328dd1ffa617.png" style="float: right!important;line-height: 18px!important;height: 18px!important;width: 60px!important;margin-left: 5px!important;display: block!important;outline: none!important;border : 0!important;" width="60"> +<span style="float: right!important;font-family: sans-serif!important;">Drevet af</span> +</a> +</div> +<script type="text/javascript">document.getElementById("billetto_tickets_widget_embed_undefined").src = "https://billetto.dk//users/135488/widget_events/?utm_source=" + encodeURIComponent(window.location.href) + "&utm_medium=referral&utm_campaign=billetto_widget"</script> |