nani.wtf/www/templates/head.html

57 lines
1.8 KiB
HTML

<head>
<title>$title$</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
$if(desc)$
<meta name="description" content="$desc$">
$endif-$
$if(author)$
<meta name="author" content="$author$">
$endif-$
$if(keywords)$
<meta name="keywords" content="$keywords$">
$endif-$
<meta property="og:site_name" content="$siteName$">
<meta property="og:title" content="$title$">
<meta property="og:url" content="$root$$url$">
$if(desc)$
<meta property="og:description" content="$desc$">
$endif-$
$if(image)$
<meta property="og:image" content="$root$$image$">
$endif-$
$if(type)$
<meta property="og:type" content="$type$">
$else$
<meta property="og:type" content="website">
$endif-$
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="$siteName$">
<meta property="twitter:title" content="$title$">
$if(desc)$
<meta property="twitter:description" content="$desc$">
$endif-$
$if(image)$
<meta property="twitter:image" content="$root$$image$">
$endif-$
<link rel="shortcut icon" href="/images/nani.svg">
<link rel="canonical" href="$root$$url$">
<link rel="stylesheet" href="/css/code.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/css/default.css" />
<link rel="stylesheet" href="/css/styles.css" />
</head>