summaryrefslogblamecommitdiff
path: root/layouts/index.html
blob: 38644fcc5e7902ca65b1e734c14a0774aa77f08c (plain) (tree)



























                                                                                                
<!DOCTYPE html>
  <html lang="en-US">

  <head>
    {{ partial "header.html" . }}
  </head>

  <body>

    <div id="container">

      <p style="font-size: 36px; line-height:46px; font-weight: bold;">
        Hi! My name is <a href="/about/">Franck Cuny</a> and this is my personal space, welcome!
      </p>

      <ul class="articles">
        {{ range where .Data.Pages "Section" "post" }}
          {{ .Render "title" }}
        {{ end }}
      </ul>    

      {{ partial "footer.html" . }}

    </div>

  </body>

</html>