make weblinks show
This commit is contained in:
parent
cdc1d71d22
commit
70d1fc7acd
|
@ -59,8 +59,8 @@
|
|||
<div class="contentLinks">
|
||||
<h1>WEB LINKS</h1>
|
||||
{% for weblink in weblinks %}
|
||||
<h2><a href="{{weblink.url}}" target="_blank">{{ weblinks.title }}</a></h2>
|
||||
<p>{{ weblinks.text|markdown }}</p>
|
||||
<h2><a href="{{weblink.url}}" target="_blank">{{ weblink.title }}</a></h2>
|
||||
<p>{{ weblink.text|markdown }}</p>
|
||||
{% endfor %}
|
||||
</div><!-- WEB LINKS CLOSING -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user