Skip to content

Commit ed60d0b

Browse files
authored
Merge pull request #37 from fipguide/feat/robert
fix: sidemenu
2 parents a053e06 + 002556e commit ed60d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/sidemenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ <h3 id="related">{{ T "_operator__nearby"}}</h3>
5555
{{ if eq .Page.Type "operator" }}
5656
{{ $object := replace .Path (printf "/%s/" .Page.Type) "" }}
5757
<li>
58-
{{ partial "ico" (dict "icon" $object "theme" "logos" "size" "35") }}
5958
<a id="{{ .LinkTitle }}" href="{{ .RelPermalink }}">
59+
{{ partial "ico" (dict "icon" $object "theme" "logos" "height" "25" "width" "35") }}
6060
{{ .LinkTitle }}
6161
</a>
6262
</li>

0 commit comments

Comments
 (0)