diff --git a/source/assets/avatar.jpg b/source/assets/avatar.jpg new file mode 100755 index 0000000..523bd3f Binary files /dev/null and b/source/assets/avatar.jpg differ diff --git a/source/copy.rs b/source/copy.rs index d7edf6e..76d5bd7 100644 --- a/source/copy.rs +++ b/source/copy.rs @@ -20,6 +20,7 @@ impl Copy { } let dirs_to_copy = vec![ + (source_dir.join("assets"), &public_dir), (source_dir.join("js"), &public_dir), (build_dir.join("userstyles"), &public_dir), ]; diff --git a/source/templates/base.html b/source/templates/base.html index 9fc0056..d2d13af 100644 --- a/source/templates/base.html +++ b/source/templates/base.html @@ -6,6 +6,7 @@ {{ page_title }} + {% block head %}{% endblock %}