20 lines
569 B
HTML
20 lines
569 B
HTML
{% extends "base.html" %} {% block extrahead %}
|
|
<meta
|
|
property="og:title"
|
|
content="Clan - Documentation, Blog & Getting Started Guide"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Documentation for Clan. The peer-to-peer machine deployment framework."
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://clan.lol/static/dark-favicon/128x128.png"
|
|
/>
|
|
<meta property="og:url" content="https://docs.clan.lol" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Clan" />
|
|
<meta property="og:locale" content="en_US" />
|
|
|
|
{% endblock %}
|