diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-13 12:52:49 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-13 12:52:49 +0100 |
commit | 4ca6fec0d16e33880456d324b581653c30b642ae (patch) | |
tree | eaf6caea68c9d10da442dfb03c58b07658aee90c | |
parent | 01e32349a9d5b8b628f633f2e3a716d5ecacbb89 (diff) |
Further attempts to remove placeholder
-rw-r--r-- | pyblackbird_cc/templates/pages/home.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/pages/home.html b/pyblackbird_cc/templates/pages/home.html index d286d32..aa206f3 100644 --- a/pyblackbird_cc/templates/pages/home.html +++ b/pyblackbird_cc/templates/pages/home.html @@ -97,7 +97,6 @@ <div class="col-lg-6 mx-auto"> <h2 class="display-5 fw-bold text-center mb-4">Sample Resources</h2> <div class="ratio ratio-16x9 mb-4"> - <!--<img src="{% static 'images/placeholder-image.jpg' %}" class="img-fluid rounded"--> <img src="#" class="img-fluid rounded" alt="Sample Resource"> </div> |