From b0284c8750b9534c87c5c743e6f0fce0de4d2500 Mon Sep 17 00:00:00 2001 From: Kilderson Sena Date: Sun, 19 Sep 2021 11:11:59 -0300 Subject: [PATCH] adding social badges and analytics --- templates/index.html.twig | 3 ++- templates/layouts/base.html.twig | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/templates/index.html.twig b/templates/index.html.twig index b660c9e..824947d 100644 --- a/templates/index.html.twig +++ b/templates/index.html.twig @@ -38,7 +38,8 @@
- Mais de 200 URL's encurtadas e mais de 300 cliques. + +

Mais de 200 URL's encurtadas e mais de 300 cliques.

diff --git a/templates/layouts/base.html.twig b/templates/layouts/base.html.twig index 140f815..da90d6c 100644 --- a/templates/layouts/base.html.twig +++ b/templates/layouts/base.html.twig @@ -32,10 +32,28 @@ {% block headScripts %}{% endblock %} Smallish | {% block title %}{% endblock %} + + + + {% include 'layouts/_messages.html.twig' %}
+
+ + GitHub forks + + + GitHub Repo stars + +
{% block content %}{% endblock %}