File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ github:
4141nav_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
Original file line number Diff line number Diff line change 1+ <!-- Music page... -->
2+ < p > This page is under construction...</ p >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1+ ---
2+ layout: page
3+ title: Music
4+ permalink: /blog/music
5+ ---
6+
7+ {% include blog/music.html %}
You can’t perform that action at this time.
0 commit comments