basic single page

This commit is contained in:
gurusabarish
2021-06-12 23:49:09 +05:30
parent 0cf404308f
commit 9b47e835d4
4 changed files with 199 additions and 1 deletions
+1 -1
View File
@@ -13,10 +13,10 @@
{{- block "head" . -}}{{- end }}
{{ else if eq .Site.Params.version 3 }}
{{- partial "sections/v3/head.html" . -}}
<link rel="stylesheet" href="/css/v3/navbar-footer.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/css/v3/navbar-footer.css" media="all">
{{- block "head" . -}}{{- end }}
{{ else }}
{{ end }}