From 5c68e93dfe6517df973cc1ab3c752ed4f72ddf60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=A1tia=20Nakamura?=
Date: Sat, 21 Jul 2018 22:38:15 +0200
Subject: [PATCH] news: add fb/twitter share buttons
---
pyconbalkan/news/templates/post.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pyconbalkan/news/templates/post.html b/pyconbalkan/news/templates/post.html
index 50ba0ae5..595937bc 100644
--- a/pyconbalkan/news/templates/post.html
+++ b/pyconbalkan/news/templates/post.html
@@ -1,6 +1,15 @@
{% extends "base.html" %}
{% block main_content %}
+
+
+
{# Post #}
@@ -14,6 +23,9 @@ {{ post.title }}
{{ post.text|safe }}
+
+
+