diff --git a/pinaxcon/templates/homepage.html b/pinaxcon/templates/homepage.html index db664916cdb78e92e5b3d31a5a7fb3e79311b58d..36fc422514d6fe1b4028a8132f5563720ef9f8d6 100644 --- a/pinaxcon/templates/homepage.html +++ b/pinaxcon/templates/homepage.html @@ -1,7 +1,10 @@ {% extends "site_base.html" %} {% load i18n static %} -{% block head_title %}{% trans "Welcome" %}{% endblock %} +{% block meta_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in Portland, OR - July 13-16th 2023 at the Oregon Convention Center.{% endblock %} +{% block og_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in Portland, OR - July 13-16th 2023 at the Oregon Convention Center.{% endblock %} + +{% block head_title %}FOSSY 2023: The first Free and Open Source Software Yearly conference{% endblock %} {% block body_class %}home{% endblock %}