import custom css within theme head

This commit is contained in:
AHHussain569 2023-02-04 00:29:14 +00:00
parent d3d90be8a4
commit 370b65dc46
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,8 @@
{{- end }}
{{- /* Styles */}}
<link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | relURL }}">
<link href="/static/NotoNaskhArabic.ttf" rel="stylesheet">
{{- /* includes */}}
{{- $includes := slice }}

View File

@ -0,0 +1 @@
<h2 class="urdu">{{ .Inner | safeHTML }}</h2>