diff --git a/server/templates/home.j2 b/server/templates/home.j2 index d2b4b1ca..16e2e60a 100644 --- a/server/templates/home.j2 +++ b/server/templates/home.j2 @@ -60,6 +60,9 @@ {% block footer %}
2021 RUST GYM diff --git a/server/templates/leetcode-detail.j2 b/server/templates/leetcode-detail.j2 index 7fa66646..841a5eae 100644 --- a/server/templates/leetcode-detail.j2 +++ b/server/templates/leetcode-detail.j2 @@ -11,15 +11,27 @@ {% for solution in solutions %}
{{solution.source}}
{% endfor %}
-