{{ with .Site.Params.GitHubLink }}
Fork Star
{{ end }}

    {{ $currentPage := . }} {{ range .Site.Menus.main.ByWeight }} {{ if .HasChildren }}
  • {{.Name }}
      {{ range .Children }}
    • {{.Name }}
    • {{ end }}
  • {{ else }}
  • {{ .Name }}
  • {{ end }} {{ end }}