mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Transition to monorepo on a new Dev branch
This commit is contained in:
25
Themes/Sources/Snippets/Base.html
Normal file
25
Themes/Sources/Snippets/Base.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="<staticoso:PageLang>">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="generator" content="staticoso">
|
||||
<link rel="stylesheet" href="Style.css">
|
||||
<link rel="alternate" type="application/atom+xml" title="Blog Atom Feed" href="[staticoso:Site:RelativeRoot]feed/atom.xml">
|
||||
<link rel="alternate" type="application/rss+xml" title="Blog RSS Feed" href="[staticoso:Site:RelativeRoot]feed/rss.xml">
|
||||
<title><staticoso:PageTitle> - <staticoso:SiteName></title>
|
||||
<meta name="description" content="<staticoso:PageDescription>">
|
||||
<link href="[staticoso:Site:RelativeRoot]favicon.png" rel="icon" type="image/png">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="<staticoso:PageTitle> - <staticoso:SiteName>">
|
||||
<meta property="og:description" content="<staticoso:PageDescription>">
|
||||
<meta property="og:url" content="<staticoso:SiteDomain>/<staticoso:PagePath>">
|
||||
<meta property="og:image" content="<staticoso:PageImage>">
|
||||
<style>
|
||||
<staticoso:PageStyle>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{{Body}}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user