diff --git a/backend/postings/static/postings/favicon.ico b/backend/postings/static/postings/favicon.ico deleted file mode 100644 index be74abd..0000000 Binary files a/backend/postings/static/postings/favicon.ico and /dev/null differ diff --git a/backend/postings/static/postings/website_icon.png b/backend/postings/static/postings/website_icon.png new file mode 100644 index 0000000..8ed463a Binary files /dev/null and b/backend/postings/static/postings/website_icon.png differ diff --git a/backend/postings/templates/postings/generic_page.html b/backend/postings/templates/postings/generic_page.html index f49084f..7e2bdb2 100644 --- a/backend/postings/templates/postings/generic_page.html +++ b/backend/postings/templates/postings/generic_page.html @@ -4,6 +4,16 @@ + {% load static %} + + + + + + + + + {% block title %}RateMyCourse{% endblock %} @@ -11,7 +21,24 @@
-

RateMyCourse

+
{# All of a page's content to display should be placed in here. #} @@ -19,5 +46,10 @@ {% block content %} {% endblock %} + + + + + \ No newline at end of file