diff --git a/.gitignore b/.gitignore index b68caadc..1739a98e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ static/fonts/* .webassets-cache scss/assets .pytest_cache/ +.venv/ diff --git a/static/img/foo.png b/static/img/foo.png new file mode 100644 index 00000000..64a689a0 Binary files /dev/null and b/static/img/foo.png differ diff --git a/templates/base.html.to b/templates/base.html.to index b50fb5c0..bb6e46ac 100644 --- a/templates/base.html.to +++ b/templates/base.html.to @@ -4,24 +4,18 @@