diff --git a/README.md b/README.md index 2779288..9400920 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,22 @@ MISC_UPLOAD_FOLDER = 'myriad/static/misc' # where other small images will be sto # preview +- these screenshots are all from the public viewer's perspective + - homepage with pinned members -![homepage with pinned members](https://i.ibb.co/mF52TSnM/Screenshot-2026-03-19-025454.png) \ No newline at end of file +![homepage with pinned members](https://i.ibb.co/mF52TSnM/Screenshot-2026-03-19-025454.png) + +- main blog post feed +![main blog post feed](https://i.ibb.co/tj5WCsx/Screenshot-2026-03-19-025836.png) + +- member page showing their uploaded icons (just about) +![member page](https://i.ibb.co/8LJBwVf2/Screenshot-2026-03-19-030004.png) + +- groups view +![groups view](https://i.ibb.co/mF9JFR7x/Screenshot-2026-03-19-030108.png) + +- a sample part of the administration +![sample administration area](https://i.ibb.co/pr6qFywy/Screenshot-2026-03-19-030406.png) + +- the theme editor is pretty ugly right now but it does work +![the theme editor](https://i.ibb.co/sJRK187w/Screenshot-2026-03-19-030504.png) \ No newline at end of file diff --git a/myriad/templates/base.html b/myriad/templates/base.html index c2c3a69..2f48c58 100644 --- a/myriad/templates/base.html +++ b/myriad/templates/base.html @@ -31,6 +31,11 @@ {% endif %} + {% else %} + {% if g.user %} +
Administration
+ + {% endif %} {% endif %}