mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
chore: new blog post and small patches (#3)
* wip: blog post on open source * wip: initial draft of the blog post * chore: remove sharing a blog post * fix: broken style from previous commit * chore: improve handling keywords
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
{{ $partialsStyles := resources.Get "css/partials.css" | toCSS | minify }}
|
||||
{{ $baseScripts := resources.Get "js/baseof.js" | js.Build | minify }}
|
||||
{{ $mobileNavigationScripts := resources.Get "js/mobile-navigation.js" | js.Build | minify }}
|
||||
{{ $contactFormScripts := resources.Get "js/contact-form.js" | js.Build | minify }}
|
||||
|
||||
{{ $androidChromeIcon := resources.Get "android-chrome-192x192.png" }}
|
||||
{{ $appleTouchIcon := resources.Get "apple-touch-icon.png" }}
|
||||
@@ -28,7 +27,7 @@
|
||||
>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="{{ if .Params.keywords }}{{ .Params.keywords }}{{ else }}{{ .Site.Params.defaultKeywords }}{{ end }}"
|
||||
content='{{ if .Params.Keywords }}{{ delimit .Params.Keywords ", " }}{{ else }}{{ delimit .Site.Params.defaultKeywords ", " }}{{ end }}'
|
||||
>
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta property="og:title" content="{{ .Page.Title }} | Hazem Krimi">
|
||||
@@ -66,7 +65,6 @@
|
||||
|
||||
<script defer src="{{ $baseScripts.Permalink }}"></script>
|
||||
<script defer src="{{ $mobileNavigationScripts.Permalink }}"></script>
|
||||
<script defer src="{{ $contactFormScripts.Permalink }}"></script>
|
||||
{{ block "scripts" . }}{{ end }}
|
||||
</head>
|
||||
<body>
|
||||
@@ -80,4 +78,4 @@
|
||||
{{ partial "footer.html" . }}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user