summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-28 09:59:54 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-28 10:01:42 +0200
commit38431ff7ea046b3585daa082c7914ccfda578213 (patch)
tree57f4794f31ea557ca63b2db71bb3a8e87a5d8dac /templates
parentc202a2afdc3bc538cb0db9026b8885fa0aca44b6 (diff)
downloadcommunity.vyos.net-38431ff7ea046b3585daa082c7914ccfda578213.tar.gz
community.vyos.net-38431ff7ea046b3585daa082c7914ccfda578213.zip
contribute: obey ~80 character line breaks for small editors
Diffstat (limited to 'templates')
-rw-r--r--templates/main.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/templates/main.html b/templates/main.html
index 965edee..d008285 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -14,7 +14,6 @@
<link rel="stylesheet" href="/main.css">
</head>
<body>
-
<header>
<div class="container">
<div class="header__inner">
@@ -34,17 +33,15 @@
</div>
</div>
</header>
-
<main>
<div class="container small" id="content">
<!-- content is automatically inserted here -->
</div>
</main>
-
<footer>
+
<div class="container">
<div class="footer__inner">
-
<div class="footer__logo-society">
<div class="footer__logo-vyos">
<a href="https://sentrium.io/" target="_blank" class="footer__logo--vyos">
@@ -140,7 +137,7 @@
<!-- End TrustBox widget -->
</div>
<div class="footer__sm__contant">
-
+
<div class="footer__sm__logos">
<a href="/" class="footer__logo">
<img src="/img/footer/vyos-logo-sm.svg" alt="VyOS Community" title="VyOS Community">
@@ -205,9 +202,7 @@
</div>
</div>
</aside>
-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J3WHFQG00P"></script>
<script src="js/google-analytics-message.js"></script>
-
</body>
-</html> \ No newline at end of file
+</html>