kubernetes-handbook/node_modules/gitbook-plugin-github-buttons/_layouts/website/page.html

16 lines
366 B
HTML
Raw Normal View History

2021-04-13 00:24:28 +08:00
{% extends template.self %}
{% block head %}
{{ super() }}
<style>
@media only screen and (max-width: 640px) {
.book-header .hidden-mobile {
display: none;
}
}
</style>
<script>
window["gitbook-plugin-github-buttons"] = {{ config.pluginsConfig['github-buttons']|dump|safe }};
</script>
{% endblock %}