We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51eff7b commit 06a70cfCopy full SHA for 06a70cf
nbviewer/templates/notebook.html
@@ -35,15 +35,6 @@
35
36
{# Twitter Card #}
37
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
47
{% block style_base %}
48
<link href="{{ static_url("build/notebook.css") }}" rel="stylesheet">
49
{% endblock %}
0 commit comments