fix: close menu button on click

pull/705/head
Wen Junhua 2023-11-12 19:45:05 +08:00
parent e3015b9006
commit a785bb0dbf
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
<a <a
href="{{ .URL }}" href="{{ .URL }}"
title="{{ .Title }}" title="{{ .Title }}"
onclick="document.getElementById('menu-controller').checked=false"
{{ with .Params.target }}target="{{ . }}"{{ end }} {{ with .Params.target }}target="{{ . }}"{{ end }}
>{{ with .Params.icon }} >{{ with .Params.icon }}
<span <span