Files
www.kamkow1lair.pl/templates/header.ftl
kamkow1 9f356aa92c
All checks were successful
Build website / build-and-deploy (push) Successful in 43s
amd64 TLS
2026-02-02 17:06:23 +01:00

36 lines
1.9 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title><#if (content.title)??>${content.title}<#else>JBake</#if></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kamil's personal blog">
<meta name="author" content="Kamil Kowaczyk">
<meta name="keywords" content="osdev, kernel, MOP3, Kamil Kowalczyk, blog, C programming">
<meta name="generator" content="JBake">
<#if content['og-image']??>
<meta property="og:image" content="${config.site_host}${content['og-image']}">
</#if>
<!-- Le styles -->
<link href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>css/bootstrap.min.css" rel="stylesheet">
<link href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>css/asciidoctor.css" rel="stylesheet">
<link href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>css/base.css" rel="stylesheet">
<link href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>css/prettify.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="<#if (content.rootpath)??>${content.rootpath}<#else></#if>js/html5shiv.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
<link rel="shortcut icon" href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>favicon.ico">
</head>
<body onload="prettyPrint()">
<div id="wrap">