corrected image extension
authorJan Szejko <j-sz@o2.pl>
Wed, 3 Feb 2016 13:14:19 +0000 (14:14 +0100)
committerJan Szejko <j-sz@o2.pl>
Wed, 3 Feb 2016 13:14:19 +0000 (14:14 +0100)
src/wolnelektury/static/img/wiatrak.jpg [new file with mode: 0644]
src/wolnelektury/static/img/wiatrak.png [deleted file]
src/wolnelektury/templates/superbase.html

diff --git a/src/wolnelektury/static/img/wiatrak.jpg b/src/wolnelektury/static/img/wiatrak.jpg
new file mode 100644 (file)
index 0000000..e96a0c1
Binary files /dev/null and b/src/wolnelektury/static/img/wiatrak.jpg differ
diff --git a/src/wolnelektury/static/img/wiatrak.png b/src/wolnelektury/static/img/wiatrak.png
deleted file mode 100644 (file)
index e96a0c1..0000000
Binary files a/src/wolnelektury/static/img/wiatrak.png and /dev/null differ
index d36f222..fde574b 100644 (file)
@@ -14,7 +14,7 @@
         <meta property="og:site_name" content="Wolne Lektury" />
         <meta property="og:title" content="{% block ogtitle %}{% endblock %}" />
         <meta property="og:type" content="{% block ogtype %}website{% endblock %}" />
-        <meta property="og:image" content="{% block ogimage %}{{ FULL_STATIC_URL }}img/wiatrak.png{% endblock %}" />
+        <meta property="og:image" content="{% block ogimage %}{{ FULL_STATIC_URL }}img/wiatrak.jpg{% endblock %}" />
         <meta name="description" content="{% block metadescription %}Darmowe, opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
         {% block ogextra %}{% endblock %}