github.com/navikt/knorten@v0.0.0-20240419132333-1333f46ed8b6/templates/shared/footer.tmpl (about)

     1  {{ define "footer" }}
     2      </section> {{/* main section end */}}
     3      </div> {{/* main container end */}}
     4      <footer class="mb-8 flex divide-x-2 divide-border-divider divide-solid">
     5          <p class="px-2">&copy; NADA. All analytics reserved</p>
     6          <a href="https://docs.knada.io" class="navds-link px-2">Dokumentasjon</a>
     7      </footer>
     8      </body>
     9      </html>
    10  {{ end }}