layout: default


<article class=“post”>

  <header class="post-header">
      <h1 class="post-title">{{ page.title }}</h1>
  </header>
  <div class="post-content">
      {{ content | replace: '<a href="http', '<a rel=" noopener external nofollow" target="_blank" href="http' }}
</div>

</article>