File tree 7 files changed +5
-31
lines changed
7 files changed +5
-31
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- layout: default
2
+ layout: page
3
3
---
4
- {% include header.html %}
5
-
6
4
< h1 class ="title "> {{ page.title }}</ h1 >
7
5
8
6
< span class ="date ">
@@ -29,5 +27,3 @@ <h1 class="title">{{ page.title }}</h1>
29
27
{% if site.disqus %}
30
28
{% include disqus.html %}
31
29
{% endif %}
32
-
33
- {% include footer.html %}
Original file line number Diff line number Diff line change 1
1
---
2
2
title : About
3
3
layout : page
4
- permalink : /about/index.html
5
4
---
6
5
![ Profile Image] ({{ site.url }}/{{ site.picture }})
7
6
Original file line number Diff line number Diff line change 1
1
---
2
- layout: default
2
+ layout: page
3
3
title: Blog
4
4
---
5
- {% include header.html %}
6
-
7
5
< section class ="list ">
8
6
{% if site.posts.size == 0 %}
9
7
< p class ="text-center "> Nothing published yet!</ p >
21
19
{% endfor %}
22
20
{% endif %}
23
21
</ section >
24
-
25
- {% include footer.html %}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
- layout: default
2
+ layout: page
3
3
title: Home
4
4
---
5
- {% include header.html %}
6
-
7
- {% include footer.html %}
Original file line number Diff line number Diff line change 1
1
---
2
- layout: default
3
- permalink: /projects/index.html
2
+ layout: page
4
3
title: Projects
5
4
---
6
- {% include header.html %}
7
-
8
5
< section class ="list ">
9
6
{% for post in site.posts %}
10
7
{% if post.projects %}
17
14
{% endif %}
18
15
{% endfor %}
19
16
</ section >
20
-
21
- {% include footer.html %}
Original file line number Diff line number Diff line change 1
1
---
2
- layout: default
3
- permalink: /tags/index.html
2
+ layout: page
4
3
title: Tags
5
4
---
6
- {% include header.html %}
7
-
8
5
< section class ="list ">
9
6
< h1 class ="title "> Tags</ h1 >
10
7
@@ -50,5 +47,3 @@ <h3 class="title">{{ post.title }}</h3>
50
47
< div class ="breaker "> </ div >
51
48
{% endfor %}
52
49
</ section >
53
-
54
- {% include footer.html %}
You can’t perform that action at this time.
0 commit comments