Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 4 roky
1234567
  1. ---
  2. layout: vendor/compress
  3. ---
  4. {% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
  5. {% assign content_ = content_ | replace: '</table>', '</table></div>' %}
  6. {{ content_ }}