mirror of
https://github.com/poseidon/typhoon
synced 2024-12-18 14:34:14 +01:00
6a9c32d3a9
* Add Twitter card customizations that have been kept in an internal fork * Add CNAME needed for GitHub pages
11 lines
532 B
HTML
11 lines
532 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block extrahead %}
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@typhoon8s">
|
|
<meta name="twitter:creator" content="@dghubble">
|
|
<meta name="twitter:title" content="Minimal and free Kubernetes clusters">
|
|
<meta name="twitter:description" content="Kubernetes clusters for AWS, Azure, bare-metal, Google Cloud, and DigitalOcean">
|
|
<meta name="twitter:image" content="https://storage.googleapis.com/poseidon/typhoon-twitter-card.png">
|
|
{% endblock %}
|