[#112,theme,jekyll][s]: new container template (good for pure markdown pages), pygments css and option to include recline deps in the main template (useful for examples).
This commit is contained in:
8
_layouts/container.html
Normal file
8
_layouts/container.html
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
{{content}}
|
||||
</div>
|
||||
|
||||
@@ -10,8 +10,15 @@
|
||||
<![endif]-->
|
||||
|
||||
<link rel="stylesheet" href="vendor/bootstrap/2.0.2/css/bootstrap.css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
{% if page.recline-deps %}
|
||||
{% include recline-deps.html %}
|
||||
{% endif %}
|
||||
|
||||
<!-- link rel="stylesheet" href="vendor/bootstrap/2.0.2/css/bootstrap-responsive.css" -->
|
||||
|
||||
<link href="css/pygments.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
|
||||
Reference in New Issue
Block a user