Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Neha9849 authored and jwflory committed Jun 22, 2022
1 parent 01e15a4 commit fee8d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/partials/navigation.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<nav class="navbar navbar-expand-md navbar-dark d-flex flex-column p-0"
style=" {{ if .IsHome }}background-color: transparent{{ else }}background-color: {{ site.Params.primary_color }}{{ end }}">
<nav class="navbar navbar-expand-md navbar-dark d-flex flex-column p-0" style=" {{ if .IsHome }}background-color: transparent{{ else }}background-color: {{ site.Params.primary_color }}{{ end }}">
<div class="w-100 container mx-0 navigation-bar">
<div id="site-brand">
{{ $logo:= site.Params.logo }}
Expand Down

0 comments on commit fee8d67

Please sign in to comment.