{% 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 = config.site_url ~ '/static/card.png' %} {% endblock %} {% block announce %}

I work very hard to make GoReleaser better, and can only continue to do so thanks to the support of people like you.

If you'd like to contribute, you can choose between sponsoring me , or buying a Pro license .

Thanks for your support 💜

{% endblock %}