You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
510 B

  1. <!DOCTYPE html>
  2. <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
  3. <head>
  4. {{ partial "head.html" . }}
  5. </head>
  6. <body>
  7. <nav class="main-nav">
  8. <a href='/about'>About </a>
  9. <a class="cta" href="/feed.xml">Subscribe</a>
  10. </nav>
  11. {{ partial "profile.html" . }}
  12. <section id="wrapper" class="home">
  13. {{ partial "post-list.html" . }}
  14. {{ partial "footer.html" . }}
  15. </section>
  16. {{ partial "js.html" . }}
  17. </body>
  18. </html>