diff --git a/fluxRSS/templates/listArticle.html b/fluxRSS/templates/listArticle.html index 0852fc3..78eee5a 100755 --- a/fluxRSS/templates/listArticle.html +++ b/fluxRSS/templates/listArticle.html @@ -6,7 +6,13 @@
{% for value in dVue.data %} -{{value}}
++ {% for article in value} +
+ {{article}} +
+ {% endfor %} + {% endfor %}