This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
<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="">
|
||||
<meta name="author" content="">
|
||||
<meta name="keywords" content="">
|
||||
<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">
|
||||
@@ -29,4 +32,4 @@
|
||||
</head>
|
||||
<body onload="prettyPrint()">
|
||||
<div id="wrap">
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user