Skip to content

Commit 6706d3e

Browse files
committed
music page
1 parent 25934d8 commit 6706d3e

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ github:
4141
nav_exclude: # The following paths are excluded from navbar
4242
- pages/tags.html
4343
- pages/calendar.html
44+
- pages/music.html
4445
- pages/404.html
4546
- pages/index.md
4647

_includes/blog/music.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- Music page... -->
2+
<p>This page is under construction...</p>

_includes/blog/search.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@
77
<i class="fas fa-search"></i>
88
</span>
99
</div>
10-
<button class="btn btn-outline-primary ml-1" onclick="location.href = '{{ '/blog/calendar' | relative_url }}';">
10+
<button class="btn btn-outline-primary ml-1"
11+
onclick="location.href = '{{ '/blog/music' | relative_url }}';"
12+
title="See music posts">
13+
<i class="fas fa-music"></i>
14+
</button>
15+
<button class="btn btn-outline-primary ml-1"
16+
onclick="location.href = '{{ '/blog/calendar' | relative_url }}';"
17+
title="See blog calendar">
1118
<i class="fas fa-calendar"></i>
1219
</button>
13-
<button class="btn btn-outline-primary ml-1" onclick="location.href = '{{ '/blog/tags' | relative_url }}';">
20+
<button class="btn btn-outline-primary ml-1"
21+
onclick="location.href = '{{ '/blog/tags' | relative_url }}';"
22+
title="See blog tags">
1423
<i class="fas fa-tags"></i>
1524
</button>
1625
</div>

pages/music.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: page
3+
title: Music
4+
permalink: /blog/music
5+
---
6+
7+
{% include blog/music.html %}

0 commit comments

Comments
 (0)