all repos — homestead @ 2c5d33ad64a77d630a9c2a0a7e48051c0e523bb1

Code for my website

templates/index.html (view raw)

{% extends "base.html" %}

{% block body_attrs %} class="h-card vcard"{% endblock %}

{% block title_class %} p-name fn{% endblock %}

{% block main -%}
  
    
{{ section.content | safe -}}

Latest Posts

    {%- set section = get_section(path="post/_index.md") %} {%- for page in section.pages | slice(end=3) %}
  • {{ page.title }}
  • {%- endfor %}

Elsewhere on the Internet

    {%- for item in config.extra.contact_menu %}
  • {%- if item.url is starting_with("mailto:") -%} {{ item.name }} {%- else -%} {{ item.name }} {%- endif -%}
  • {%- endfor %}
GPG Key: {{ config.extra.gpg_fingerprint }} {% endblock %}