diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-30 00:34:28 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-30 00:34:28 +0200 |
| commit | bbf8f10196507de67410712736152a67f61ef7c0 (patch) | |
| tree | 183bfd82108c20977421a38c1f5e297ccf679c23 /templates/post.twig | |
| parent | 57f20be5f9d3e52abdd6b300b7f03e6f608b8089 (diff) | |
| download | mitjafelicijan.com-bbf8f10196507de67410712736152a67f61ef7c0.tar.gz | |
Theme changes
Diffstat (limited to 'templates/post.twig')
| -rw-r--r-- | templates/post.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.twig b/templates/post.twig index fbcb8d6..e7d01bd 100644 --- a/templates/post.twig +++ b/templates/post.twig | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | <meta name="theme-color" content="#ffffff"> | 10 | <meta name="theme-color" content="#ffffff"> |
| 11 | <meta name="generator" content="https://github.com/mitjafelicijan/staticgen"> | 11 | <meta name="generator" content="https://github.com/mitjafelicijan/staticgen"> |
| 12 | 12 | ||
| 13 | <link rel="preconnect" href="https://www.google-analytics.com"> | 13 | {% include "partials/preconnect.twig" %} |
| 14 | 14 | ||
| 15 | <title>{{ options.title }}</title> | 15 | <title>{{ options.title }}</title> |
| 16 | <meta name="author" content="{{ global.author }}"> | 16 | <meta name="author" content="{{ global.author }}"> |
