Browse Source

Testing

Signed-off-by: falkTX <falktx@falktx.com>
pull/19/merge
falkTX 2 years ago
parent
commit
233b2d19cf
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      News/themes/stardust/layouts/default.twig

+ 1
- 1
News/themes/stardust/layouts/default.twig View File

@@ -9,7 +9,7 @@
{% if (post.title) %} {% if (post.title) %}
<title>$post.title | KXStudio News</title> <title>$post.title | KXStudio News</title>
<meta name="description" content="$post.title | KXStudio News" /> <meta name="description" content="$post.title | KXStudio News" />
<meta property="og:description" content="${ post.body }" />
<meta property="og:description" content="${ post.caption }" />
<meta property="og:site_name" content="KXStudio News" /> <meta property="og:site_name" content="KXStudio News" />
<meta property="og:title" content="$post.title" /> <meta property="og:title" content="$post.title" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />


Loading…
Cancel
Save