From 412019d39f4ccfd92678ae88f18997716d69e556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=9A=D0=B0=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Fri, 21 Jun 2019 14:09:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8C=20?= =?UTF-8?q?linkedin=20[closes=20#45]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flatfilecms/templates/feedlinks.jinja2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flatfilecms/templates/feedlinks.jinja2 b/flatfilecms/templates/feedlinks.jinja2 index 94c0116..0f95b28 100644 --- a/flatfilecms/templates/feedlinks.jinja2 +++ b/flatfilecms/templates/feedlinks.jinja2 @@ -17,6 +17,9 @@ {%- if 'facebook' in feed['links'] %} {%- endif %} + {%- if 'linkedin' in feed['links'] %} + + {%- endif %} {%- endif %}