diff options
| author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-23 21:25:37 +0200 | 
|---|---|---|
| committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-23 21:25:37 +0200 | 
| commit | 1dea35b9bcb3d37d61e554a99488626da9795331 (patch) | |
| tree | c8d7cea6e3b44121e067edebf91f2044f8538b6b /templates | |
| parent | 8eeddc0bfb574aada6bb76638957421b52344bb0 (diff) | |
| download | lens-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.html | 2 | 
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> | 
