mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
* 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>
12 lines
452 B
HTML
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 %} |