Merge branch 'master' of github.com:h-enk/doks
This commit is contained in:
		
							
								
								
									
										5
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								LICENSE
									
									
									
									
									
								
							@@ -1,6 +1,7 @@
 | 
			
		||||
MIT License
 | 
			
		||||
 | 
			
		||||
Copyright (c) 2020-2021 Gridsome, Henk Verlinde
 | 
			
		||||
Copyright (c) 2018-present, Gridsome
 | 
			
		||||
Copyright (c) 2020-present, Henk Verlinde
 | 
			
		||||
 | 
			
		||||
Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
			
		||||
of this software and associated documentation files (the "Software"), to deal
 | 
			
		||||
@@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 | 
			
		||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | 
			
		||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
			
		||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 | 
			
		||||
SOFTWARE.
 | 
			
		||||
SOFTWARE.
 | 
			
		||||
 
 | 
			
		||||
@@ -5,11 +5,11 @@
 | 
			
		||||
  {{- $active := or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .) -}}
 | 
			
		||||
  {{- $active = or $active (eq $currentPage.Section .Identifier) -}}
 | 
			
		||||
    <li class="mb-1">
 | 
			
		||||
      <button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#{{ .Identifier }}" aria-expanded="{{ if $active }}true{{ else }}false{{ end }}">
 | 
			
		||||
      <button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#section-{{ .Identifier }}" aria-expanded="{{ if $active }}true{{ else }}false{{ end }}">
 | 
			
		||||
        {{ .Name }}
 | 
			
		||||
      </button>
 | 
			
		||||
      {{ if .HasChildren -}}
 | 
			
		||||
      <div class="collapse{{ if $active }} show{{ end }}" id="{{ .Identifier }}">
 | 
			
		||||
      <div class="collapse{{ if $active }} show{{ end }}" id="section-{{ .Identifier }}">
 | 
			
		||||
        <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
 | 
			
		||||
        {{ range .Children -}}
 | 
			
		||||
          {{- $active := or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .) -}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user