adds telegram setting and include on footer

This commit is contained in:
decabeza
2017-05-16 18:03:48 +02:00
parent 755248fb12
commit f4c1c556af
12 changed files with 18 additions and 0 deletions

View File

@@ -86,6 +86,14 @@
<% end %>
</li>
<% end %>
<% if setting['instagram_handle'] %>
<li class="inline-block">
<%= link_to "https://www.instagram.com/#{setting['instagram_handle']}", target: "_blank", title: t("social.instagram") + t('shared.target_blank_html'), rel: "nofollow" do %>
<span class="sr-only"><%= t("social.instagram") %></span>
<span class="icon-instagram" aria-hidden="true"></span>
<% end %>
</li>
<% end %>
</ul>
</div>
</div>