added custom theme opt

This commit is contained in:
Ömercan Kömür 2019-06-30 11:16:31 +03:00
parent 778ee5d18b
commit 1f4b41e6f9
2 changed files with 12 additions and 0 deletions

11
custom_theme/main.html Normal file
View File

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block extrahead %}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9447404270680650",
enable_page_level_ads: true
});
</script>
{% endblock %}

View File

@ -334,6 +334,7 @@ extra:
accent: 'blue'
theme:
name: 'material'
custom_dir: 'custom_theme'
logo: 'image/branding/invader.png'
favicon: 'image/branding/invader.png'
markdown_extensions: