A fast and simple blog backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mediocre-blog/_layouts/default.html

56 lines
2.1 KiB

<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site.theme.name }} - {{ page.title }}</title>
<meta name="author" content="{{ site.theme.name }}" />
<meta name="description" content="The blog of {{ site.theme.name }}" />
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}" />
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,800" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="alternate" type="application/rss+xml" title="{{ site.theme.name }}" href="{{site.url}}/atom.xml" />
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/peaksea.css">
<!--[if IE 7]>
<link rel="stylesheet" href="css/font-awesome-ie7.min.css">
<![endif]-->
</head>
<body>
<div class="container">
<div class="four columns sidebar">
{% include sidebar.html %}
</div>
<div class="eleven columns content">
<!--
<div style="margin-left:auto;margin-right:auto;width:100%;text-align:center;padding:0.2em;">
<p style="font-weight:bold;">We're running a kickstarter campaign to get
<a href="https://cryptic.io">cryptic.io</a>, an encrypted online
storage service, off the ground.
<a href="http://www.kickstarter.com/projects/cryptic-io/cryptic-encrypted-online-storage">Click
here</a> to check it out and lend your support!</p>
</div>
-->
{{ content }}
<div class="footer">
{% include footer.html %}
</div>
</div>
</div>
{% include analytics.html %}
</body>
</html>