You've already forked Mothbox
mirror of
https://github.com/Digital-Naturalism-Laboratories/Mothbox.git
synced 2026-07-24 00:31:21 +00:00
8 lines
210 B
HTML
8 lines
210 B
HTML
---
|
|
layout: vendor/compress
|
|
---
|
|
|
|
{% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
|
|
{% assign content_ = content_ | replace: '</table>', '</table></div>' %}
|
|
{{ content_ }}
|