Skip to content

Commit

Permalink
add google adsense config
Browse files Browse the repository at this point in the history
  • Loading branch information
inferjay committed Oct 26, 2024
1 parent 59988d9 commit 5375f28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 185 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ theme:
language: en
logo: images/mddoc-logo.png
favicon: images/favicon.ico
custom_dir: 'overrides'
custom_dir: overrides
palette:
- scheme: default
toggle:
Expand Down
184 changes: 0 additions & 184 deletions overrides/base.html

This file was deleted.

5 changes: 5 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "base.html" %}

{% block extrahead %}
<meta name="google-adsense-account" content="ca-pub-5517858206486320">
{% endblock %}

0 comments on commit 5375f28

Please sign in to comment.