Clean advertisements

This commit is contained in:
Jyri Eerola 2018-04-08 00:27:34 +03:00
parent e9cc1afd39
commit 34a5a3ac92
2 changed files with 24 additions and 33 deletions

View file

@ -1,9 +1,7 @@
<!-- Footer --> <!-- Footer -->
<footer id="footer"> <footer id="footer">
<p class="copyright">&copy; {{ .Site.Params.copyright }}. Design: <a href="https://html5up.net">HTML5 UP</a>. Powered by <a href="https://www.gohugo.io/">Hugo.</a></p> <p class="copyright">&copy; {{ .Site.Params.copyright }}.
</footer> </footer>
</div> </div>
<!-- BG --> <!-- BG -->
<div id="bg"></div> <div id="bg"></div>
@ -12,7 +10,5 @@
<script src="/js/skel.min.js"></script> <script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script> <script src="/js/util.js"></script>
<script src="/js/main.js"></script> <script src="/js/main.js"></script>
{{ template "_internal/google_analytics_async.html" . }}
</body> </body>
</html> </html>

View file

@ -1,9 +1,4 @@
<!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>
@ -13,7 +8,7 @@
<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>