mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
moved generic head/foot html in blog to their own
files included by each of the layout files
This commit is contained in:
2
source/blog/_includes/_foot.html
Normal file
2
source/blog/_includes/_foot.html
Normal file
@@ -0,0 +1,2 @@
|
||||
</body>
|
||||
</html>
|
||||
16
source/blog/_includes/_head.html
Normal file
16
source/blog/_includes/_head.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
<title>{{ page.title }}</title>
|
||||
<meta name="author" content="Jim Myhrberg" />
|
||||
<link href="http://jimeh.me/blog/atom.xml" rel="alternate" title="jimeh / blog" type="application/atom+xml" />
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -1,19 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
<title>{{ page.title }}</title>
|
||||
<meta name="author" content="Jim Myhrberg" />
|
||||
<link href="http://jimeh.me/blog/atom.xml" rel="alternate" title="jimeh.me" type="application/atom+xml" />
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include _head.html %}
|
||||
|
||||
<div id="universe">
|
||||
|
||||
@@ -36,5 +21,4 @@
|
||||
|
||||
{% include disqus_load.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{% include _foot.html %}
|
||||
|
||||
@@ -1,19 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
<title>{{ page.title }}</title>
|
||||
<meta name="author" content="Jim Myhrberg" />
|
||||
<link href="http://jimeh.me/blog/atom.xml" rel="alternate" title="jimeh.me" type="application/atom+xml" />
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include _head.html %}
|
||||
|
||||
<div id="universe">
|
||||
|
||||
@@ -50,5 +35,4 @@
|
||||
|
||||
{% include disqus_load.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{% include _foot.html %}
|
||||
@@ -1,19 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
<title>{{ page.title }}</title>
|
||||
<meta name="author" content="Jim Myhrberg" />
|
||||
<link href="http://jimeh.me/blog/atom.xml" rel="alternate" title="jimeh.me" type="application/atom+xml" />
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include _head.html %}
|
||||
|
||||
<div id="universe">
|
||||
|
||||
@@ -54,5 +39,4 @@
|
||||
|
||||
{% include disqus_load.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{% include _foot.html %}
|
||||
|
||||
Reference in New Issue
Block a user