From 370b65dc46b33755917a49f29c8cedf20e921cfd Mon Sep 17 00:00:00 2001 From: AHHussain569 Date: Sat, 4 Feb 2023 00:29:14 +0000 Subject: [PATCH] import custom css within theme head --- layouts/partials/head.html | 2 ++ layouts/shortcodes/urdu.html | 1 + 2 files changed, 3 insertions(+) create mode 100644 layouts/shortcodes/urdu.html 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