+ 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:
@@ -20,10 +20,10 @@
|
||||
{% endif %}
|
||||
{# Otherwise we defautl to the home tags #}
|
||||
{% else %}
|
||||
<meta property="og:title" content="Shockrah'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>
|
||||
|
||||
Reference in New Issue
Block a user