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.

18 lines
407 B

  1. {{ partial "head.html" . }}
  2. <body>
  3. {{ partial "nav.html" . }}
  4. {{ partial "profile.html" . }}
  5. <section id="wrapper" class="home">
  6. {{ .Content }}
  7. {{ if and (isset .Site.Params "disqusShortname") (ne .Site.Params.disqusShortname "") }}
  8. {{ partial "disqus" . }}
  9. {{ end }}
  10. {{ partial "footer.html" . }}
  11. </section>
  12. {{ partial "js.html" . }}
  13. </body>
  14. </html>