From 8b8b78434d81e144bcd521157112fd3396f37a4b Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 6 Dec 2017 11:04:37 -0500 Subject: [PATCH] github banner --- views/layout.pug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/layout.pug b/views/layout.pug index 37c2b1f..03cb7c1 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -53,6 +53,9 @@ html block content div(style="margin-bottom: 30px;") + + a(href="https://github.com/janoside/btc-rpc-explorer") + img(style="position: absolute; top: 0; right: 0; border: 0;", src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67", alt="Fork me on GitHub", data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png") script(src="https://code.jquery.com/jquery-3.2.1.min.js", integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=", crossorigin="anonymous") script(src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js", integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh", crossorigin="anonymous")