Spaces:
Sleeping
Sleeping
add url
Browse files- templates/index.j2 +2 -0
templates/index.j2
CHANGED
|
@@ -8,7 +8,9 @@
|
|
| 8 |
<h1>{{ item.title }}</h1>
|
| 9 |
{% for entry in item['entries'] %}
|
| 10 |
<a href="{{ entry.link }}" target="_blank" rel="noopener noreferrer">
|
|
|
|
| 11 |
<h2>{{ entry.title }}</h2></a>
|
|
|
|
| 12 |
<h3>{{ entry.published|formatdate }}</h3>
|
| 13 |
<p>{{ entry.summary }}</p>
|
| 14 |
{% endfor %}
|
|
|
|
| 8 |
<h1>{{ item.title }}</h1>
|
| 9 |
{% for entry in item['entries'] %}
|
| 10 |
<a href="{{ entry.link }}" target="_blank" rel="noopener noreferrer">
|
| 11 |
+
|
| 12 |
<h2>{{ entry.title }}</h2></a>
|
| 13 |
+
<h3>{{ entry.link }}</h3>
|
| 14 |
<h3>{{ entry.published|formatdate }}</h3>
|
| 15 |
<p>{{ entry.summary }}</p>
|
| 16 |
{% endfor %}
|