diff options
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/template.html.j2 | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/templates/template.html.j2 b/templates/template.html.j2 index f80155d..23655bf 100755 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -5,6 +5,11 @@          <link rel='stylesheet' href="{{url_for('static', filename='style.css')}}">          <link rel="shortcut icon" href="/img/greenboi.jpg?h=16&w=16">          <title>eda.gay :: {{title}}</title> +         +        <meta content="{{title}}" property="og:title" /> +        #  <meta content="Site Description" property="og:description" /> +        <meta content="https://eda.gay" property="og:url" /> +        <meta content="/img/greenboi.jpg?h=512&w=512" property="og:image" />      </head>      <body>          <div id=wrapper> | 
