forked from dleone81/jekyll-theme-mrwooo-solid-state
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
65 lines (51 loc) · 1.33 KB
/
blog.html
File metadata and controls
65 lines (51 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: post
title: My blog
permalink: /blog/
---
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body class="is-preload">
{% if gtagmanager %}
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','{{ gtagmanager }}');
{% endif%}
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
{% include header.html %}
<!-- Menu -->
{% include menu.html %}
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h2>{{ page.title }}</h2>
</div>
</header>
<!-- Content -->
<div class="wrapper">
<div class="inner">
<section class="features">
<!-- Feed -->
{% include feed.html %}
</section>
</div>
</div>
</section>
<!-- Footer -->
{% include footer.html %}
</div>
<!-- Scripts -->
{% include bottomScripts.html %}
</body>
</html>