mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
Merge pull request #229 from IEvangelist/patch-1
Update menu.html to include the check icon
This commit is contained in:
commit
4936a52a42
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
<a href="{{.RelPermalink}}">
|
||||
{{safeHTML .Params.Pre}}{{or .Params.menuTitle .LinkTitle .Title}}{{safeHTML .Params.Post}}
|
||||
{{ if $showvisitedlinks}}
|
||||
<i class="fas read-icon"></i>
|
||||
<i class="fas fa-check read-icon"></i>
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ $numberOfPages := (add (len .Pages) (len .Sections)) }}
|
||||
|
|
Loading…
Reference in a new issue