Skip to content

Commit

Permalink
Merge pull request #1070 from Carreau/no-twitter
Browse files Browse the repository at this point in the history
remove twitter mention
  • Loading branch information
minrk authored Jan 23, 2025
2 parents 51eff7b + 06a70cf commit 801ca2b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nbviewer/templates/notebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@

{# Twitter Card #}

{# Required fields #}
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="{{ notebook_title | default('Notebook on nbviewer') }}">
<meta name="twitter:description" content="{{ description | default('Check out this Jupyter notebook!') }}">

{# Optional fields #}
<meta name="twitter:domain" content="nbviewer.jupyter.org">
<meta name="twitter:image:src" content="{{ thumbnail | default('http://ipython.org/ipython-doc/dev/_images/ipynb_icon_128x128.png') }}">

{% block style_base %}
<link href="{{ static_url("build/notebook.css") }}" rel="stylesheet">
{% endblock %}
Expand Down

0 comments on commit 801ca2b

Please sign in to comment.