mirror of
https://github.com/libretro/docs.git
synced 2024-11-27 10:40:28 +00:00
added custom theme opt
This commit is contained in:
parent
778ee5d18b
commit
1f4b41e6f9
11
custom_theme/main.html
Normal file
11
custom_theme/main.html
Normal 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 %}
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user