Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
remove linkedin from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jan 25, 2024
1 parent 2a5da76 commit 2b17560
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ h5,
h6 {
font-family: "Roboto", sans-serif;
color: #362B29;

}

p {
Expand Down
5 changes: 0 additions & 5 deletions src/_includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
<img src="{% rootPath %}{{nav.githubLogo}}" alt="nav-github-logo" />
</a>
</li>
<li class="nav-item">
<a class="github-link" href="{{nav.linkedinLink}}" target="_blank">
<img src="{% rootPath %}{{nav.linkedinLogo}}" alt="nav-linkedin-logo" />
</a>
</li>
{% for navLink in nav.navLinks %}
<li class="nav-item">
Expand Down

0 comments on commit 2b17560

Please sign in to comment.