diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-08 17:29:50 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-08 17:29:50 +0100 |
| commit | 5bcbb24791062b6524c06e2bf2bd4a61965ba6e8 (patch) | |
| tree | 24627b5b336da71ec9605e22dff3fb54b4d6a83d /site/templates/layout.html | |
| parent | 1711097802c4e82b72fc9ff7490236a8a58793c4 (diff) | |
| parent | e6c50e5550275b8e9d2245201c77c6f9fef7a11a (diff) | |
working
Diffstat (limited to 'site/templates/layout.html')
| -rw-r--r-- | site/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/templates/layout.html b/site/templates/layout.html index 42e2cf59..860d1283 100644 --- a/site/templates/layout.html +++ b/site/templates/layout.html @@ -4,7 +4,7 @@ <title>MegaPixels</title> <meta charset="utf-8" /> <meta name="author" content="{{ metadata.authors }}" /> - <meta name="description" content="{{ metadata.desc }}" /> + <meta name="description" content="{{ metadata.og_desc }}" /> <meta name="referrer" content="no-referrer" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel='stylesheet' href='/assets/css/fonts.css' /> |
