mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Update API.html
This commit is contained in:
parent
59852390a6
commit
bd2f2f21c4
1 changed files with 12 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue