62 lines
2.2 KiB
Plaintext
62 lines
2.2 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en"><head>
|
|
<meta name="generator" content="Hugo 0.88.1" />
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
|
|
<title>{{title}}</title>
|
|
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
|
|
{% if page == "category" %}
|
|
<meta property="og:title" content="{{title}}">
|
|
<meta property="og:site_name" content="Clippable">
|
|
<meta property="og:url" content="{{url}}">
|
|
<meta property="og:description" content="{{desc}}">
|
|
<meta property="og:type" content="website">
|
|
{% if ogimg %}
|
|
<meta property="og:image" content="{{ogimg}}">
|
|
{% else %}
|
|
<meta property="og:image" content="/static/favicon.png">
|
|
{% endif %}
|
|
{# Otherwise we defautl to the home tags #}
|
|
{% else %}
|
|
<meta property="og:title" content="{{sitetitle}}">
|
|
<meta property="og:site_name" content="Clippable">
|
|
<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 %}
|
|
<script src="/static/js/{{script_src}}"></script>
|
|
</head>
|
|
<body>
|
|
<div id="layout">
|
|
<div class="content">
|
|
<nav class="navbar navbar-expand-lg navbar-dark">
|
|
<a style="bread-crumb-item text-transform: capitalize" class="navbar-brand" href="/">
|
|
<img src="/static/favicon.png" class="rounded" width="50" height="50">
|
|
</a>
|
|
<ol class="breadcrumb">
|
|
{% if page == "category" %}
|
|
<li class="breadcrumb-item">
|
|
<a href="/">Home</a>
|
|
</li>
|
|
<li class="breadcrumb-item active" aria-current="page">
|
|
<a href="{{url}}">{{title}}</a>
|
|
</li>
|
|
{# Home page defaults #}
|
|
{% else %}
|
|
<li class="breadcrumb-item active" aria-current="page">
|
|
<a href="/">Home</a>
|
|
</li>
|
|
{% endif %}
|
|
</ol>
|
|
</nav>
|
|
<h1>{{title}}</h1>
|
|
<div class="video-gallery" id="main-container">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|