Skip to content

Commit 0d296bd

Browse files
authored
Update news.html
1 parent a8759ae commit 0d296bd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

news.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
<body>
1313
<h1 class="uw-mini-bar">News</h1>
1414
<div>
15-
<p>News page coming soon! To stay up-to-date with the OSPO, sign up for the <a href="https://datascience.wisc.edu/newsletter/">Data Science Institute Newsletter.</a></p>
15+
<ul style="list-style: none; margin: 0;">
16+
{% for post in site.posts %}
17+
<li>
18+
<a style="text-decoration: none;" href="{{ post.url }}">{{ post.title }}</a>
19+
<br />
20+
{{ post.date | date: "%b %d, %Y" }}
21+
</li>
22+
{% endfor %}
23+
</ul>
1624
</body>
1725
</html>

0 commit comments

Comments
 (0)