dotfiles

My PC Dotfiles & Website

section.html (476B)


{% extends "base.html" -%} {%- block rss -%} {%- if
section.extra['feed_discovery'] -%} {{ head::feed_discovery(path = section.path
~ 'rss.xml' )}} {%- endif -%} {%- endblock -%} {%- block title %}
<title>{{ section.title }} - {{ config.extra.author }}</title>
{%- endblock title -%} {%- block main -%}
<article class="post">
  <div class="post-content">{{ section.content | safe }}</div>
  {{ squiggle::squiggle() }} {{ lists::list_pages()}}
</article>
{%- endblock main -%}