home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1133331564

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/1746#issuecomment-1133331564 https://api.github.com/repos/simonw/datasette/issues/1746 1133331564 IC_kwDOBm6k_c5DjURs 9599 2022-05-20T20:27:12Z 2022-05-20T20:27:12Z OWNER

This seems to work for brand.html:

<div class="sidebar-brand centered">
  {% block brand_content %}
  <div class="sidebar-logo-container">
    <a href="https://datasette.io/"><img class="sidebar-logo" src="{{ logo_url }}" alt="Datasette"></a>
  </div>
  {%- set nav_version = version %}
  {% if READTHEDOCS and current_version %}
    {%- set nav_version = current_version %}
  {% endif %}
  {% if nav_version %}
    <div class="version">
      {{ nav_version }}
    </div>
  {% endif %}
  {% endblock brand_content %}
</div>
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1243498298  
Powered by Datasette · Queries took 1.133ms · About: github-to-sqlite