add opengraph metadata for preview cards

This commit is contained in:
xenofem 2022-06-29 20:00:58 -04:00
parent b0a2f7ec7c
commit 16e7ea4806
7 changed files with 44 additions and 5 deletions

View file

@ -1,6 +1,8 @@
{% extends "base.html" %}
{% block title %}Download not found - transbeam{% endblock %}
{% block og_title %}Download not found{% endblock %}
{% block og_description %}{% endblock %}
{% block head %}
<script src="js/download-landing.js?{{ cachebuster }}"></script>