diff --git a/templates/category.html b/templates/category.html index caac509..0cc86a0 100644 --- a/templates/category.html +++ b/templates/category.html @@ -1,11 +1,13 @@ -{% extends "base.html" %} -{% block content %} +{% extends "base.html" %} {% block content %}

{{ title }}

{% for channel in channels %} @@ -17,37 +19,30 @@
{% for ible in ibles %} -
-
- +
+
+ {{ ible.title }}
{{ ible.title }}
-

- by - {{ ible.author }} -
- in - {{ ible.channel }} -
- {{ ible.views }} Views -
- {{ ible.favorites }} Favorites -

+
{% endfor %} diff --git a/templates/projects.html b/templates/projects.html index cb7751c..8218818 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -11,20 +11,31 @@
{% for ible in ibles %} -
- - {{ ible.title }} -

{{ ible.title }}

-
-

- by {{ ible.author }} in - {{ ible.channel }} -

-

{{ ible.views }} Views, {{ ible.favorites }} Favorites

+
+
+ + {{ ible.alt }} +
+
{{ ible.title }}
+
+
+ +
{% endfor %}