mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
Merge pull request #32 from Start9Labs/feature/metadata
add html metadata
This commit is contained in:
@@ -2,4 +2,13 @@
|
||||
{# Import the layout of the theme. #}
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% set css_files = css_files + ['_static/default.css'] %}
|
||||
{% set css_files = css_files + ['_static/default.css'] %}
|
||||
|
||||
{% block extrahead %}
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@start9labs">
|
||||
<meta name="og:title" content="Start9 Docs">
|
||||
<meta property="og:image" content="https://start9.com/images/icon.png" />
|
||||
<meta name="og:description"
|
||||
content="Documentation, guides, and FAQ for Start9 software and hardware products, as well as general information about open source technologies, Bitcoin, Lightning, and Tor.">
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user