Self-hostable blog for developers built on Wagtail and Django, with webpack, Bootstrap, and CodeMirror.
blogbootstrapdjangodockerhandcodedpythonself-hostedwagtailwebpack
1{% load social %}
2
3<meta property="og:type" content="website">
4<meta property="og:title" content="{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}">
5<meta property="og:description" content="{{ self.search_description }}">
6<meta property="og:url" content="{{ canonical }}">
7{% if self.full_url %}
8{% og_image self.full_url %}
9{% else %}
10{% og_image canonical %}
11{% endif %}
12
13<meta name="twitter:card" content="summary_large_image">