Update API.html

This commit is contained in:
Seb3thehacker 2022-03-24 08:44:03 +00:00 committed by GitHub
parent 59852390a6
commit bd2f2f21c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,17 @@
{% block title %}{{sitename}} - API{% endblock %}
{% block opengraph %}
<meta property="og:title" content="{{ sitename }} - API" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ siteurl }}{{ sitepath }}{{ filename }}" />
{% endblock %}
{% block twittercard %}
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="{{ sitename }} - API" />
{% endblock %}
{% block head %}
<link href="{{ sitepath }}static/css/github-markdown.css" rel="stylesheet" type="text/css">
{% endblock %}
@ -151,4 +162,4 @@ DELETED</code></pre>
</div>
</div>
</div>
{% endblock %}
{% endblock %}