Skip to content

Commit 284b72f

Browse files
author
Ari Chivukula
committed
This is a lot nicer
1 parent 11e0918 commit 284b72f

1 file changed

Lines changed: 11 additions & 19 deletions

File tree

_pages/index.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,14 @@ In the future we will tackle issues around procuring source code and addressing
4141

4242
This initiative is not intended to set DoD policy, but rather is exploring alternate ways to join the open source and free software communities. You can read more about the [U.S. Federal Source Code Policy](https://code.gov/#/policy-guide/docs/overview/introduction) on the [Code.gov](https://code.gov) web site.
4343

44-
## Read More
45-
46-
<div>
47-
<div class="usa-grid">
48-
{% for story in site.data.press %}
49-
<div class="usa-width-one-half">
50-
<a href="{{ story.press_url }}">
51-
{{ story.title }} ~{{ story.author }}
52-
</a>
53-
</div>
54-
{% assign idx = forloop.index0 | modulo: 2 %}
55-
{% if idx == 1 %}
56-
</div>
57-
<br />
58-
<div class="usa-grid">
59-
{% endif %}
60-
{% endfor %}
61-
</div>
62-
</div>
44+
## Press
45+
46+
<ul>
47+
{% for story in site.data.press %}
48+
<li>
49+
<a href="{{ story.press_url }}">
50+
{{ story.title }} ~{{ story.author }}
51+
</a>
52+
</li>
53+
{% endfor %}
54+
</ul>

0 commit comments

Comments
 (0)