Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 authored Jan 5, 2024
1 parent 742d1c5 commit cef401d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<a id="site__name" href="{{ .Site.BaseURL }}"> {{ .Site.Title }} </a>
{{ $t := .Site.GetPage "/about" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
{{ $t := .Site.GetPage "/services" }}
<!-- s {{ $t := .Site.GetPage "/services" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
{{ $t := .Site.GetPage "/donate" }}
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a>
<a id="site__name" href="{{ $t.Permalink }}">{{ $t.Title}}</a> -->
</div>
<div class="flex row">
<nav aria-label="page menu" class="flex row">
Expand Down

0 comments on commit cef401d

Please sign in to comment.