aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-23 21:25:37 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-23 21:25:37 +0200
commit1dea35b9bcb3d37d61e554a99488626da9795331 (patch)
treec8d7cea6e3b44121e067edebf91f2044f8538b6b /templates
parent8eeddc0bfb574aada6bb76638957421b52344bb0 (diff)
downloadlens-1dea35b9bcb3d37d61e554a99488626da9795331.tar.gz
lens-1dea35b9bcb3d37d61e554a99488626da9795331.tar.bz2
lens-1dea35b9bcb3d37d61e554a99488626da9795331.zip
feat: Remove unecessary param from repo
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 56d02f8..e21ec5e 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -21,7 +21,7 @@
</a>
</div>
</nav>
- <div class="container is-max-desktop">
+ <div class="container">
{{block "content" .}}noop{{end}}
</div>
</body>