mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
More info to Link previews
This commit is contained in:
parent
bb7b9fb2c3
commit
2af2a36b74
5 changed files with 13 additions and 5 deletions
|
@ -1,4 +1,9 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% block head %}
|
||||
<meta property="og:image" content="{{ url_for('static', filename='icon.png') }}"/>
|
||||
<meta name="twitter:image" content="{{ url_for('static', filename='icon.png') }}"/>
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
{% endblock %}
|
||||
{% block nav_home %}selected{% endblock %}
|
||||
{% block content %}
|
||||
<div class="banner-small">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue