jsonld support added. og as seperate partials

This commit is contained in:
Arul 2016-12-17 06:47:22 +05:30
parent 02dcad911b
commit f3930d159d
8 changed files with 194 additions and 101 deletions

View file

@ -1,5 +1,11 @@
{% extends "base.html" %}
{% block head %}
{{ super() }}
{% include 'partials/og.html' %}
{% include 'partials/jsonld.html' %}
{% endblock %}
{% block header %}
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->