File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments