formatter.nix: Add prettier
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
{% 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" />
|
||||
{% 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 %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user