mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 18:31:53 +00:00
* changes for converting from website to docs site * update staging deploy script and lock file * update docsearch
12 lines
460 B
HTML
12 lines
460 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://docs.start9.com/images/icon.png" />
|
|
<meta name="og:description"
|
|
content="Start9 documentation for sovereign computing with embassyOS">
|
|
{% endblock %} |