Files
post-self.ink/content/gallery.md
Madison Scott-Clary 9e1a180191 Gallery
2022-11-17 00:59:23 -08:00

1.4 KiB

title, type
title type
Gallery page
<style> img { display: inline-block; max-height: 200px; } </style>

<script type="text/javascript"> document.querySelectorAll('a').forEach(link => { if (link.attributes.href.textContent.substring(0,4) === '/img') { link.setAttribute('target', '_blank'); } }); </script>