msfjarvis.dev/themes/hugo-coder-portfolio/layouts/_default/single.html
Harsh Shandilya e85c2fbdac Switch theme from submodule to in-tree squash
Easier to make changes to the base theme.

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-02-20 14:12:14 +05:30

10 lines
198 B
HTML

{{ define "og-title" }}
{{ .Title }} - {{ .Site.Title }}
{{ end }}
{{ define "title" }}
{{ .Title }} - {{ .Site.Title }}
{{ end }}
{{ define "content" }}
{{ partial "page.html" . }}
{{ end }}