File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta http-equiv ="refresh " content ="0; url=https://www.fullstackpython.com/web-servers.html ">
5+ </ head >
6+ < body >
7+ </ body >
8+ </ html >
Original file line number Diff line number Diff line change 1111< meta property ="og:title " content ="{{ article.title }} " />
1212< meta property ="og:description " content ="{{ article.meta }} Great post on fullstackpython.com! " />
1313< meta property ="og:image " content ="{{ SITEURL }}{{ article.headerimage }} " />
14+ < link rel ="canonical " href ="https://www.fullstackpython.com/blog/{{ article.slug }}.html " />
1415{% endif %}{% endblock %}
1516
1617{% block title %}{% if article %}{{ article.title }} - {% endif %}{% endblock %}
Original file line number Diff line number Diff line change 22
33{% block meta_header %}{% if page.meta %}
44< meta name ="description " content ="{{ page.meta }} ">
5+ < link rel ="canonical " href ="https://www.fullstackpython.com/{{ page.slug }}.html " />
56{% endif %}{% endblock %}
67
78{% block title %}{{ page.title }} - {% endblock %}
You can’t perform that action at this time.
0 commit comments