default.html 240 B

1234567891011
  1. ---
  2. ---
  3. {% include header.html %}
  4. <main class="container prose sm:prose-md md:prose-lg lg:prose-lg xl:prose-xl">
  5. {{ content | replace: '<a href="http', '<a rel="ugc noopener noreferrer" href="http' }}
  6. </main>
  7. {% include footer.html %}