Skip to content

Commit fc08b25

Browse files
author
lx
committed
Remove things
1 parent b8dde86 commit fc08b25

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ avatar: "https://avatars3.githubusercontent.com/u/1959603?v=3&s=460"
2525
navbar-links:
2626
Home: ""
2727
About Me: "aboutme"
28-
Contact: "contact"
28+
# Contact: "contact"
2929

3030
# --- Footer options --- #
3131

_includes/footer-minimal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
{% else %}
88
{{ site.time | date: '%Y' }}
99
{% endif %}
10-
10+
1111
{% if site.url-pretty %}
1212
  •  
1313
<a href="{{ site.url }}">{{ site.url-pretty }}</a>
14-
{% endif %}
14+
{% endif %}
1515
</div>
16-
</footer>
16+
</footer>

_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515

1616
<!DOCTYPE html>
1717
<html lang="en">
18-
18+
1919
{% include head.html %}
2020

2121
<body>
22-
22+
2323
{% include nav.html %}
2424

2525
<div role="main" class="container main-content">
2626
{{ content }}
2727
</div>
2828

2929
{% include footer.html %}
30-
30+
3131
{% include footer-scripts.html %}
32-
32+
3333
</body>
3434
</html>

_layouts/minimal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</div>
2020

2121
{% include footer-minimal.html %}
22-
22+
2323
{% include footer-scripts.html %}
24-
24+
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)