<!DOCTYPE html> <html lang=“en-us”>

{% include head.html %}
<body class="{% if page.url == '/' %}home {% endif %}">
  {% include nav.html %}
  <section>
    {{ content | replace: '<a href="http', '<a rel="nofollow noopener noreferrer" target="_blank" href="http' }}

    {% include medium.html %}
  </section>
  {% include footer.html %}
  {% include scripts.html %}
</body>

</html>