You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
577 B
19 lines
577 B
Here is what I wrote so far, hope you find something of interest.<br>
|
|
If you have any suggestions, please <a href="mailto:nschoe@protonmail.com">contact me</a>.
|
|
|
|
<ul id="article_list">
|
|
$for(articles)$
|
|
<li>
|
|
<a href="$url$">
|
|
<div class="article">
|
|
<h3>$title$</h3>
|
|
<p class="post_description">$description$
|
|
<br>
|
|
<span class="date_article">$date$</span>
|
|
</p>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
$endfor$
|
|
</ul>
|