🏡 index : ~doyle/bin.git

author Jordan Doyle <jordan@doyle.la> 2020-04-12 15:13:15.0 +00:00:00
committer jordan@doyle.la <jordan@doyle.la> 2020-04-12 15:44:50.0 +00:00:00
commit
21b04b88aece1aab82e29727cc3a21257cc1a1b5 [patch]
tree
37a5e51bacd65bee637186385cf6467bbcd9825b
parent
53d97709faa378c5acf1c4367f8cdce2936818b2
download
21b04b88aece1aab82e29727cc3a21257cc1a1b5.tar.gz

Add rel="help" link to this repo (sorry! feel free to patch this out)



Diff

 templates/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 774344f..2921b93 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,6 +4,8 @@
    <meta charset="UTF-8">
    <title>bin.</title>

    <link rel="help" href="https://github.com/w4/bin">

    <style>
        * { box-sizing: border-box; }

@@ -25,4 +27,4 @@
    </style>
</head>
<body>{% block content %}{% endblock content %}</body>
</html>
\ No newline at end of file
</html>