all repos — homestead @ 4b5da25a22f408a73597b9373a93baecca5fc73b

Code for my website

themes/xmin/templates/index.html (view raw)

{% extends "base.html" %}

{% block main %}

  

{{ config.title }}

{{ section.content | safe }}

Latest Posts

    {%- for page in section.pages | slice(end=3) %}
  • {{ page.title }}
  • {%- endfor %}

Elsewhere on the Internet

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