added firebase support and views to theme

This commit is contained in:
Nuno Coração
2022-09-12 12:49:52 +01:00
parent d0b0dfe002
commit 11320067eb
581 changed files with 1439 additions and 79715 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
{{ with .Params.externalUrl }}
<a class="sm:flex mb-10 article" href="{{ . }}" target="_blank" rel="external">
{{ else }}
<a class="sm:flex mb-10 article" href="{{ .RelPermalink }}">
{{ end }}
{{ else }}
<a class="sm:flex mb-10 article" href="{{ .RelPermalink }}">
{{ end }}
{{- with $.Params.images -}}
{{- range first 6 . }}
<meta property="og:image" content="{{ . | absURL }}" />{{ end -}}