all repos — archive/hugo-xmin @ 217445ac814209a27682ff5bdb71adb89d7b58cd

Customised minimal hugo theme

layouts/_default/baseof.html (view raw)


  
    
    
    
    
    {{ range .AlternativeOutputFormats -}}
      {{ printf `` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }}
    {{ end -}}
  

  
    
      
    {{ range .Site.Menus.main }}
  • {{ .Name }}
  • {{ end }}
{{ block "main" . }} {{ end }} {{ with .Site.Params.footer }} {{ . | markdownify }} {{ end }}