yuyutsu07's picture
Update docs/_templates/page.html
e3b1341 verified
{% extends "!page.html" %}
{% block extrahead %}
{{ super() }}
<meta name="description" content="Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data">
<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/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/card.png" />
# Add a footer
st.markdown("---")
st.markdown(
"<h3 style='text-align: center;'>"
"Created with ❤️ by Yuyutsu<br>"
"<span style='color: #FF9933;'>जय श्री राम</span>"
"</h3>",
unsafe_allow_html=True
)
{% endblock %}