template: fix module page headers
This commit is contained in:
		
							parent
							
								
									419ebe0cd3
								
							
						
					
					
						commit
						08cad1f0e8
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								layouts/docs/list.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								layouts/docs/list.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
{{ define "main" }}
 | 
			
		||||
  <div class='mx-auto flex {{ partial "utils/page-width" . }}'>
 | 
			
		||||
    {{ partial "sidebar.html" (dict "context" .) }}
 | 
			
		||||
    {{ partial "toc.html" . }}
 | 
			
		||||
    <article class="w-full break-words flex min-h-[calc(100vh-var(--navbar-height))] min-w-0 justify-center pb-8 pr-[calc(env(safe-area-inset-right)-1.5rem)]">
 | 
			
		||||
      <main class="w-full min-w-0 max-w-6xl px-6 pt-4 md:px-12">
 | 
			
		||||
        {{ partial "breadcrumb.html" . }}
 | 
			
		||||
        <div class="content">
 | 
			
		||||
          {{- if not (isset .Params "hidetitle") -}}<h1>{{ .Title }}</h1>{{- end -}}
 | 
			
		||||
          {{ .Content }}
 | 
			
		||||
        </div>
 | 
			
		||||
        {{ partial "components/last-updated.html" . }}
 | 
			
		||||
        {{ partial "components/pager.html" . }}
 | 
			
		||||
        {{ partial "components/comments.html" . }}
 | 
			
		||||
      </main>
 | 
			
		||||
    </article>
 | 
			
		||||
  </div>
 | 
			
		||||
{{ end }}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue