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 bbf5107 commit c54b763Copy full SHA for c54b763
src/ng2web/templates/base.html
@@ -9,7 +9,7 @@
9
<meta name="generator" content="{{ generator }}">
10
<link rel="stylesheet" type="text/css" href="{{ stylesheet }}">
11
<title>{% block title %}{{ None|title }}{% endblock %}</title>
12
- <meta name="decription" content="{{ None|title }}">
+ <meta name="description" content="{{ None|title }}">
13
{% if previous_url %}<link rel="prev" href="{{ previous_url }}">{% endif %}
14
{% if next_url %}<link rel="next" href="{{ next_url }}">{% endif %}
15
{% block extraheaders %}{% endblock %}
0 commit comments