Skip to content

Commit

Permalink
don't hardcode the up states
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Mar 5, 2024
1 parent 57b2cfd commit 877112e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions _includes/content/states-on-universal-pipeline.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<ul>
<li>Alaska</li>
<li>California</li>
<li>Hawaii</li>
<li>Nevada</li>
<li>New York</li>
<li>Rhode Island</li>
<li>US Virgin Islands</li>
</ul>

{% for state in site.content.universal_pipeline_states %}
<li>{{ state }}</li>
{% endfor %}
</ul>



0 comments on commit 877112e

Please sign in to comment.