mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-09 01:32:45 +00:00
8 lines
221 B
HTML
8 lines
221 B
HTML
{{ $service_data := dict }}
|
|
{{ $services_data := partialCached "func/socials/GetServicesData" "socials/GetServicesData" }}
|
|
|
|
{{ with index $services_data $ }}
|
|
{{ $service_data = . }}
|
|
{{ end }}
|
|
|
|
{{ return $service_data }} |