Skip to content

Commit 54ce4b4

Browse files
committed
small cleanups
1 parent 21200a1 commit 54ce4b4

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

_layouts/default.html

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>
7-
{% if page.title %}{{ page.title }} — {{ site.title }}{% else %}{{ site.title }}{% endif %}
8-
</title>
9-
<meta name="description" content="Lab Notes is a journal of methodological reflection on lab-based research in the humanities and social sciences.">
10-
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
11-
</head>
12-
<body class="m-3 font-ibmsans">
13-
{% include header.html %}
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>
7+
{% if page.title %}{{ page.title }} — {{ site.title }}{% else %}{{ site.title }}{% endif %}
8+
</title>
9+
<meta name="description" content="Lab Notes is a journal of methodological reflection on lab-based research in the humanities and social sciences.">
10+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
11+
</head>
1412

15-
<main class="">
16-
{{ content }}
17-
</main>
13+
<body class="m-3 font-ibmsans">
14+
{% include header.html %}
1815

19-
{% include footer.html %}
20-
</body>
16+
<main class="">
17+
{{ content }}
18+
</main>
19+
20+
{% include footer.html %}
21+
</body>
2122
</html>

0 commit comments

Comments
 (0)