issue_comments: 508858729
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/datasette/issues/540#issuecomment-508858729 | https://api.github.com/repos/simonw/datasette/issues/540 | 508858729 | MDEyOklzc3VlQ29tbWVudDUwODg1ODcyOQ== | 9599 | 2019-07-05T20:44:50Z | 2019-07-05T20:44:50Z | OWNER | Here's an example custom `base.html` template that appears to have the desired effect: ```html+django {% extends "default:base.html" %} {% block extra_head %} <style type="text/css"> .hd .logout { float: right; text-align: right; padding-left: 1em; } </style> {% endblock %} {% block nav %} {{ super() }} <p class="logout"> <a href="/-/logout">Log out</a> </p> {% endblock %} ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 464449570 |