Files
Nick Sweeting d95f0dc186 remove huey
2025-12-24 23:40:18 -08:00

9 lines
503 B
HTML

<!-- Mercury thumbnail - shows Mercury parser extracted article content -->
<div class="extractor-thumbnail mercury-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #fefefe; padding: 8px; font-family: Georgia, serif; font-size: 11px; line-height: 1.4; color: #333;">
<iframe src="{{ output_path }}"
style="width: 100%; height: 300px; border: none; pointer-events: none;"
loading="lazy"
sandbox="allow-same-origin">
</iframe>
</div>