Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit caf8736

Browse files
committed
Add YouTube link in nav
1 parent 5e1fb9d commit caf8736

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site
2-
name: "codeRolls"
3-
title: "codeRolls"
2+
name: "coderolls"
3+
title: "coderolls"
44
description: "Start coding today!"
55
logo: 'assets/images/logo.png'
66
favicon: 'assets/images/logo.png'

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
{% else %}
6969
<li class="nav-item">
7070
{% endif %}
71-
<a class="nav-link" href="{{ site.baseurl }}/index.html">Blog</a>
71+
<a target="_blank" class="nav-link" href="https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w">coderolls on YouTube <i class="fab fa-youtube"></i></a>
7272
</li>
73-
73+
7474
<li class="nav-item">
7575
<a target="_blank" class="nav-link" href="{{ site.baseurl }}/about">About</a>
7676
</li>

0 commit comments

Comments
 (0)