author | Jordan Doyle <jordan@doyle.la> | 2020-04-12 16:13:15.0 +01:00:00 |
---|---|---|
committer | jordan@doyle.la <jordan@doyle.la> | 2020-04-12 16:44:50.0 +01: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 +++ a/templates/base.html @@ -1,9 +1,11 @@ <!DOCTYPE html> <html> <head> <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> </html>