Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single.html « _default « layouts - github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0ddd83559a93f209edf381a26a393d11734ebd6 (plain)
1
2
3
4
5
6
{{ define "main" }}
  {{ .Content }}
  <style>
    .header, .footer{display: none !important;}
  </style>
{{ end }}