{% extends "base.html" %} {% block extrahead %} {% set title = config.site_name %} {% if page and page.title and not page.is_homepage %} {% set title = config.site_name ~ " - " ~ page.title | striptags %} {% endif %} {% set image = 'https://repository-images.githubusercontent.com/50726688/27cc9680-b8db-11eb-8937-546bbfacc378' %} {% endblock %} {% set extracopyright %} and powered by Netlify. {% endset %} {% block announce %} πŸ‡ΊπŸ‡¦ Russia has invaded Ukraine and already killed thousands of civilians. Please, #StandWithUkraine against the Russian regime. {% endblock %} {% block analytics %} {{ super() }} {% endblock %}