Skip to content

Commit 06a70cf

Browse files
committed
remove twitter mention
1 parent 51eff7b commit 06a70cf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

nbviewer/templates/notebook.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535

3636
{# Twitter Card #}
3737

38-
{# Required fields #}
39-
<meta name="twitter:card" content="summary">
40-
<meta name="twitter:title" content="{{ notebook_title | default('Notebook on nbviewer') }}">
41-
<meta name="twitter:description" content="{{ description | default('Check out this Jupyter notebook!') }}">
42-
43-
{# Optional fields #}
44-
<meta name="twitter:domain" content="nbviewer.jupyter.org">
45-
<meta name="twitter:image:src" content="{{ thumbnail | default('http://ipython.org/ipython-doc/dev/_images/ipynb_icon_128x128.png') }}">
46-
4738
{% block style_base %}
4839
<link href="{{ static_url("build/notebook.css") }}" rel="stylesheet">
4940
{% endblock %}

0 commit comments

Comments
 (0)