mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
1
This commit is contained in:
parent
29cb5672a8
commit
ead32dea68
@ -1,16 +1,9 @@
|
|||||||
<footer class="center">
|
<footer>
|
||||||
<div class="measure">
|
<div class="container-fluid">
|
||||||
<small>
|
<div class="row-fluid">
|
||||||
Theme crafted with <3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
|
<p align="center">Copyright © 1999-2020 <a class="external" href="https://shimingxy.github.io/MaxKey/">https://github.com/shimingxy/MaxKey/ </a>. All Rights Reserved.<br>
|
||||||
</> available on <a href="https://github.com/johnotander/pixyll">Github</a>.
|
Licensed under the Apache License, Version 2.0
|
||||||
</small>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</footer>
|
|
||||||
{% if site.enable_anchorjs %}<!-- AnchorJS -->
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.0.0/anchor.min.js"></script>
|
|
||||||
<script>
|
|
||||||
anchors.options.visible = 'always';
|
|
||||||
anchors.add('article h1, article h2, article h3, article h4, article h5, article h6');
|
|
||||||
</script>{% endif %}
|
|
||||||
@ -1,4 +1,9 @@
|
|||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="generator" content="MaxKey v1.2.1" />
|
||||||
|
<title>MaxKey</title>
|
||||||
|
|
||||||
<!-- syntax highlighting CSS -->
|
<!-- syntax highlighting CSS -->
|
||||||
<link rel="stylesheet" href="/css/syntax.css">
|
<link rel="stylesheet" href="/css/syntax.css">
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body class="site{% if site.animated %} animated fade-in-down{% endif %}">
|
<body <body class="topBarDisabled">>
|
||||||
{% if site.google_tag_manager %}
|
{% if site.google_tag_manager %}
|
||||||
|
|
||||||
<noscript><iframe src="//www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }}"
|
<noscript><iframe src="//www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user