diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:01:25 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:01:25 -0500 |
commit | 485d6a8e3d7a16a128ec945ecb401d419e741f81 (patch) | |
tree | 1a1259155c99c7ad5b825ac39553ec27a7b1e2a1 /templates/main.html | |
parent | 60dfa1702796dc5dee294e1358afb3a969802fc2 (diff) |
Improve note page view
Diffstat (limited to 'templates/main.html')
-rw-r--r-- | templates/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html index 80c55ab..e3f9716 100644 --- a/templates/main.html +++ b/templates/main.html @@ -1,6 +1,6 @@ <!doctype html> -<html lang="en"> +<html class="$main_class$" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> |