From 5cc0a68877745ee42a4afe7ea40fef171643baf8 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 13 Aug 2019 00:46:41 -0700 Subject: [PATCH] :lipstick: Move PeeringDB --- hyperglass/render/templates/footer.html.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hyperglass/render/templates/footer.html.j2 b/hyperglass/render/templates/footer.html.j2 index 750f003..92e9d6a 100644 --- a/hyperglass/render/templates/footer.html.j2 +++ b/hyperglass/render/templates/footer.html.j2 @@ -16,5 +16,14 @@ {% include "templates/credit.html.j2" %} {% endif %} + {% if branding.peering_db.enable %} +
+ + PeeringDB  + + +
+ {% endif %} \ No newline at end of file