Skip to content

Commit

Permalink
Merge pull request #20 from acep-uaf/nicole/fix-footer-links
Browse files Browse the repository at this point in the history
Fix Hero and Footer Links
  • Loading branch information
nicolemah99 authored Sep 24, 2024
2 parents e3b8ca5 + 6269c65 commit 6cd9b0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ relativeURLs = true
heroTitle = "Alaska Regional Collaboration for Technology Innovation and Commercialization"
heroDescription = "The Alaska Regional Collaboration for Technology Innovation and Commercialization (ARCTIC) program is an Office of Naval (ONR) program established in 2017 in support of Navy’s needs for public-private partnerships promoting commerce and collaboration between Alaska and the Arctic and Pacific regions, centered around energy and resiliency research. ARCTIC was highlighted in the Navy’s 2021 Blue Arctic strategy as an investment in building public-private partnerships and innovative solutions to help transform operating abilities and regional understanding for Naval forces."
heroCTAPrimaryText = "Learn More"
heroCTAPrimaryUrl = "/about/"
heroCTAPrimaryUrl = "about/"
heroCTASecondaryText = "Partners"
heroCTASecondaryUrl = "/partners/"
heroCTASecondaryUrl = "partners/"
heroBackgroundImage = "images/2019summit-bruno_a1s.jpeg"
heroLogo = "images/arctic-logo.png"
seeMoreText = "More Posts"
Expand Down
12 changes: 6 additions & 6 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<div>
<h6>???</h6>
<ul>
<li><a href="/about">The ARCTIC Program</a></li>
<li><a href="/partners">Core Partners</a></li>
<li><a href="/foundationalActivities">Foundational Activities</a></li>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/sitemap.xml">Sitemap</a></li>
<li><a href={{ "about" | relURL }}>The ARCTIC Program</a></li>
<li><a href={{ "partners" | relURL}}>Core Partners</a></li>
<li><a href={{ "foundationalActivities" | relURL }}>Foundational Activities</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>

Expand All @@ -38,7 +38,7 @@ <h6>About this site</h6>
develops economic capacity to ensure a sustainable future for Alaskans
and shares Alaska-developed talent and technology with the global
community.
<a href="/about">More &rsaquo;</a>
<a href={{ "about" | relURL }}>More &rsaquo;</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 6cd9b0b

Please sign in to comment.