feat: add og tags for nicer previews #10
|
@ -71,6 +71,13 @@
|
||||||
<link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}">
|
<link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ "/assets/main-dark.css" | relative_url }}">
|
<link rel="stylesheet" type="text/css" href="{{ "/assets/main-dark.css" | relative_url }}">
|
||||||
|
|
||||||
|
<!-- "Really, there is nothing interesting to see here. It is a static website. -->
|
||||||
|
<!-- Here is the terraform code that deployed it, and here is the site source repo. -->
|
||||||
|
<!-- If you find anything interesting or want to talk to us, reach out via our /contact page!" -->
|
||||||
|
<!-- https://git.distrust.co/public/stack -->
|
||||||
|
<!-- https://git.distrust.co/public/website -->
|
||||||
|
<!-- mobile menu content -->
|
||||||
|
|
||||||
<div class="menu-content" style="display: none">
|
<div class="menu-content" style="display: none">
|
||||||
<div class="inner-menu-content">
|
<div class="inner-menu-content">
|
||||||
<div>
|
<div>
|
||||||
|
@ -90,11 +97,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Nothing
|
|
||||||
<!-- "Really, there is nothing interesting to see here. It is a static website. -->
|
|
||||||
<!-- Here is the terraform code that deployed it, and here is the site source repo. -->
|
|
||||||
<!-- If you find anything interesting or want to talk to us, reach out via our /contact page!" -->
|
|
||||||
<!-- https://git.distrust.co/public/stack -->
|
|
||||||
<!-- https://git.distrust.co/public/website -->
|
|
||||||
<!-- mobile menu content -->
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue