<meta property="og:title" content="{{ title|e }}" />
<meta property="og:description" content="Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data">
- <meta property="og:image" content="https://claromes.github.io/waybacktweets/_static/assets/card.png" />
+ <meta property="og:image" content="https://claromes.github.io/waybacktweets/_static/card.png" />
<meta name="twitter:title" content="{{ title|e }}">
<meta name="twitter:description" content="Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data">
- <meta property="twitter:image" content="https://claromes.github.io/waybacktweets/_static/assets/card.png" />
+ <meta property="twitter:image" content="https://claromes.github.io/waybacktweets/_static/card.png" />
{% endblock %}