Files
documentation/site/source/_templates/layout.html
Lucy C 41de77f78e changes for converting from website to docs site (#188)
* changes for converting from website to docs site

* update staging deploy script and lock file

* update docsearch
2022-10-31 19:53:54 -06:00

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 %}