mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
23 lines
441 B
HTML
23 lines
441 B
HTML
{{- /*
|
|
In order to avoid upgrade conflicts and to easily reference theme components,
|
|
It's recommended to copy this file from the theme to your project and rewrite it.
|
|
*/ -}}
|
|
|
|
{{- define "custom-head" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-profile" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-aside" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-footer" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-widgets" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-assets" -}}
|
|
{{- end -}}
|