+ Meta data and page data are now split

More env vars to keep track of and doc in the landing page too -_-
This commit is contained in:
shockrah
2021-10-22 23:24:28 -07:00
parent 5707499af9
commit 46f9000358
2 changed files with 37 additions and 20 deletions

View File

@@ -20,10 +20,10 @@
{% endif %}
{# Otherwise we defautl to the home tags #}
{% else %}
<meta property="og:title" content="Shockrah&#39;s Clips">
<meta property="og:title" content="{{sitetitle}}">
<meta property="og:site_name" content="Clippable">
<meta property="og:url" content="https://clips.shockrah.xyz/">
<meta property="og:description" content="Clips I think are kinda kewl">
<meta property="og:url" content="{{siteurl}}">
<meta property="og:description" content="{{sitedesc}}">
<meta property="og:type" content="website">
<meta property="og:image" content="/static/favicon.png">
{% endif %}
@@ -32,7 +32,7 @@
<body>
<div id="layout">
<div class="content">
<h1></h1>
<h1>{{title}}</h1>
<div class="video-gallery" id="main-container">
</div>
</div>