diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 35257fc..103dd0a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -37,6 +37,8 @@ {{- end }} {{- /* Styles */}} + + {{- /* includes */}} {{- $includes := slice }} diff --git a/layouts/shortcodes/urdu.html b/layouts/shortcodes/urdu.html new file mode 100644 index 0000000..02adc45 --- /dev/null +++ b/layouts/shortcodes/urdu.html @@ -0,0 +1 @@ +

{{ .Inner | safeHTML }}

\ No newline at end of file