align with updates in preparation for merging with the version for eos0.3.0

This commit is contained in:
Lucy Cifferello
2021-12-30 15:02:08 -07:00
parent a61c79d6b3
commit 30cd1db632
161 changed files with 202 additions and 148 deletions

View File

@@ -0,0 +1,12 @@
{# layout.html #}
{# Import the layout of the theme. #}
{% extends "!layout.html" %}
{% 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 %}