github.com/jbramsden/hugo@v0.47.1/docs/themes/gohugoioTheme/layouts/partials/site-footer.html (about)

     1  <footer class="bg-primary-color-dark ph4-ns pt4 relative w-100" role="contentinfo">
     2      <div class="center flex-ns flex-wrap justify-between mw9 w-90">
     3        <div class="pb3 pt4 w-100 w-50-ns">
     4  
     5           <div class="b f3  light-gray mb3 nested-links tc">
     6             By the <a href="https://github.com/gohugoio/hugo/contributors" class="link">Hugo Authors</a><br />
     7            </div>
     8  
     9            <div class="center w4">
    10              {{ partialCached "svg/hugo-logo-wide.svg" . }}
    11            </div>
    12  
    13            <ul class="center f6 list ma0 mv3 pa0 tc">
    14              {{- with .Site.Params.github_repo -}}<li class="dib mr3"><a href="{{ . }}" class="dim link light-gray pv2">File an Issue</a></li>{{- end -}}
    15              {{- with .Site.Params.forum -}}<li class="dib mr3"><a href="{{ . }}" class="dim link light-gray pv2">Get Help</a></li>{{- end -}}
    16              {{- with .Site.Params.gitter -}}<li class="dib"><a href="{{ . }}" class="dim link light-gray pv2">Discuss Source Code</a></li>{{- end -}}
    17            </ul>
    18  
    19            <ul class="center f6 list ma0 mv4 pa0 tc">
    20              <li class="dib mr3"><a href="https://twitter.com/gohugoio" class="dim link light-gray pv2">@GoHugoIO</a></li>
    21              <li class="dib mr3"><a href="https://twitter.com/spf13" class="dim link light-gray pv2">@spf13</a></li>
    22              <li class="dib"><a href="https://twitter.com/bepsays" class="dim link light-gray pv2">@bepsays</a></li>
    23            </ul>
    24  
    25            {{ with  getenv "REPOSITORY_URL" -}}
    26            <p class="center f6 tc w-70"><a href="https://www.netlify.com"><img src="https://www.netlify.com/img/global/badges/netlify-dark.svg"/></a></p>
    27            {{- end }}
    28  
    29        </div>
    30  
    31        <div class="w-100 w-50-l"> 
    32          {{ partial "home-page-sections/sponsors.html" (dict "cx" .  "gtag" "footer" "classes_section" "pb3 w-100" "classes_copy" "f7 w-90-ns") }}
    33        </div>
    34  
    35      </div>
    36  
    37      <div class="f7 gray mb5 mb0-ns ph3 w-100"> 
    38        <p class="dib mr4">The Hugo logos are copyright © Steve Francia 2013–{{ now.Year }}.</p>
    39        <p class="dib">The Hugo Gopher is based on an original work by Renée French.</p>
    40      </div>
    41  
    42      <img src="/images/gopher-side_color.svg" class="absolute-l bottom-0 dn db-l h4 right-0 z-999"/>
    43  
    44      <div class="bg-primary-color-dark bottom-0 left-0 right-0 dn-l fixed pb3 ph3 w-100">
    45        {{- partial "nav-mobile.html" . -}}
    46      </div>
    47  
    48  </footer>