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.

19 lines
457 B

10 years ago
  1. <!DOCTYPE html>
  2. <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
  3. <head>
  4. {{ partial "head.html" . }}
  5. </head>
  6. <body>
  7. {{ partial "nav.html" . }}
  8. {{ partial "profile.html" . }}
  9. <section id="wrapper" class="home">
  10. {{ partial "post-list.html" . }}
  11. {{ partial "pagination.html" . }}
  12. {{ partial "footer.html" . }}
  13. </section>
  14. {{ partial "js.html" . }}
  15. </body>
  16. </html>