Files
post-self.ink/content/gallery.md
Madison Scott-Clary d4fb28e191 Dear
2022-11-21 07:07:51 -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>