mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-04-25 05:35:19 +08:00
6 lines
152 B
HTML
6 lines
152 B
HTML
|
|
{% extends "base.html" %}
|
||
|
|
|
||
|
|
{% block site_meta %}
|
||
|
|
{{ super() }}
|
||
|
|
<meta name="google-adsense-account" content="ca-pub-7619094561219293">
|
||
|
|
{% endblock %}
|