mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
c0942a92b9
- custom-comment - custom-post__footer:before - custom-post__footer:after
31 lines
607 B
HTML
31 lines
607 B
HTML
{{- /*
|
|
To avoid upgrade conflicts and facilitate the reference of theme components,
|
|
it's strongly recommended to copy this file from the theme to your project and override it.
|
|
*/ -}}
|
|
|
|
{{- define "custom-head" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-profile" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-aside" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-comment" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-footer" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-widgets" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-assets" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-post__footer:before" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom-post__footer:after" -}}
|
|
{{- end -}} |