Files
documentation/site/source/_templates/layout.html
Matt Hill aed86e7e6c re-arrange the user docs (#76)
* re-arrange the user docs

* Minor description edit

* update styles

* fix service links

Co-authored-by: kn0wmad <kn0wmad@protonmail.com>
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
2022-02-18 08:49:53 -07:00

12 lines
452 B
HTML

{# 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 Embassy Personal Server">
<meta property="og:image" content="https://start9.com/images/icon.png" />
<meta name="og:description"
content="Start9 sovereign computing with Embassy personal server.">
{% endblock %}