Clean advertisements
This commit is contained in:
parent
e9cc1afd39
commit
34a5a3ac92
2 changed files with 24 additions and 33 deletions
|
|
@ -1,18 +1,14 @@
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer">
|
||||||
|
<p class="copyright">© {{ .Site.Params.copyright }}.
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
<!-- BG -->
|
||||||
|
<div id="bg"></div>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Scripts -->
|
||||||
<footer id="footer">
|
<script src="/js/skel.min.js"></script>
|
||||||
<p class="copyright">© {{ .Site.Params.copyright }}. Design: <a href="https://html5up.net">HTML5 UP</a>. Powered by <a href="https://www.gohugo.io/">Hugo.</a></p>
|
<script src="/js/util.js"></script>
|
||||||
</footer>
|
<script src="/js/main.js"></script>
|
||||||
|
</body>
|
||||||
</div>
|
|
||||||
<!-- BG -->
|
|
||||||
<div id="bg"></div>
|
|
||||||
|
|
||||||
<!-- Scripts -->
|
|
||||||
<script src="/js/skel.min.js"></script>
|
|
||||||
<script src="/js/util.js"></script>
|
|
||||||
<script src="/js/main.js"></script>
|
|
||||||
{{ template "_internal/google_analytics_async.html" . }}
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,14 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<!--
|
|
||||||
Dimension by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
-->
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="/css/main.css" />
|
<link rel="stylesheet" href="/css/main.css" />
|
||||||
<link rel="stylesheet" href="/css/project.css" />
|
<link rel="stylesheet" href="/css/project.css" />
|
||||||
<!--[if lte IE 9]><link rel="stylesheet" href="/css/ie9.css" /><![endif]-->
|
<!--[if lte IE 9]><link rel="stylesheet" href="/css/ie9.css" /><![endif]-->
|
||||||
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
|
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
|
||||||
</head>
|
<!-- Scripts -->
|
||||||
<!-- Scripts -->
|
<script src="/js/jquery.min.js"></script>
|
||||||
<script src="/js/jquery.min.js"></script>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue