Navigation
        {{ if .Site.Data.sections }}
        
          {{- range sort .Site.Data.sections "section.weight" }}
            {{ if and (.section.enable) (.section.showOnNavbar)}}
            - 
              {{ .section.name }}
            
 
            {{ end }}
          {{- end }}
        
        {{ end }}
      
 
      
        Contact Me
        
          {{ range $key,$value:=.Site.Params.author.contactInfo }}
          - {{ title $key }}:  {{ $value }}
 
          {{ end }}
        
       
      {{ if .Site.Params.newsletter.enable }}
      
        
        Stay up to date with email notification
        
       
      {{ end }}