Skip to content

Commit

Permalink
Merge pull request #100 from ivoa/iss97
Browse files Browse the repository at this point in the history
Change newsletter anchor text and remove extra slashes from sitemap links
  • Loading branch information
JeremyMcCormick authored Nov 16, 2024
2 parents a86b74a + 4ef199d commit 9699a44
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions layouts/partials/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<div class="card-list">
<ul>
<li>
<a href="{{ .Site.Home.Permalink}}/about/what_is_vo/">
<a href="{{ .Site.Home.Permalink}}about/what_is_vo/">
What is the VO?
</a>
</li>
<li><a href="{{ .Site.Home.Permalink}}/about/what_is_ivoa/">What is the IVOA?</a></li>
<li><a href="{{ .Site.Home.Permalink}}/about/member-organizations/">Who is involved?</a></li>
<li><a href="{{ .Site.Home.Permalink}}/about/roadmap/">Accomplishments and future plans</a></li>
<li><a href="{{ .Site.Home.Permalink}}/about/contacts/">How do I contact the IVOA?</a></li>
<li><a href="{{ .Site.Home.Permalink}}/about/participation/">How can I participate?</a></li>
<li><a href="{{ .Site.Home.Permalink}}/members/working-groups/IVOA_Code_of_Conduct.pdf">Code of Conduct</a></li>
<li><a href="{{ .Site.Home.Permalink}}about/what_is_ivoa/">What is the IVOA?</a></li>
<li><a href="{{ .Site.Home.Permalink}}about/member-organizations/">Who is involved?</a></li>
<li><a href="{{ .Site.Home.Permalink}}about/roadmap/">Accomplishments and future plans</a></li>
<li><a href="{{ .Site.Home.Permalink}}about/contacts/">How do I contact the IVOA?</a></li>
<li><a href="{{ .Site.Home.Permalink}}about/participation/">How can I participate?</a></li>
<li><a href="{{ .Site.Home.Permalink}}members/working-groups/IVOA_Code_of_Conduct.pdf">Code of Conduct</a></li>
</ul>
</div>
</div>
Expand All @@ -26,12 +26,12 @@

<div class="card-list">
<ul>
<li><a href="{{ .Site.Home.Permalink}}/astronomers/getting_started/">Getting Started</a></li>
<li><a href="{{ .Site.Home.Permalink}}/astronomers/using_the_vo/">Using the VO</a></li>
<li><a href="{{ .Site.Home.Permalink}}/astronomers/vo_glossary/">VO Glossary</a></li>
<li><a href="{{ .Site.Home.Permalink}}/astronomers/applications/">VO Applications</a></li>
<li><a href="{{ .Site.Home.Permalink}}/newsletter/">IVOA newsletter</a></li>
<li><a href="{{ .Site.Home.Permalink}}/astronomers/vo_for_public/">VO for Students & Public</a></li>
<li><a href="{{ .Site.Home.Permalink}}astronomers/getting_started/">Getting Started</a></li>
<li><a href="{{ .Site.Home.Permalink}}astronomers/using_the_vo/">Using the VO</a></li>
<li><a href="{{ .Site.Home.Permalink}}astronomers/vo_glossary/">VO Glossary</a></li>
<li><a href="{{ .Site.Home.Permalink}}astronomers/applications/">VO Applications</a></li>
<li><a href="{{ .Site.Home.Permalink}}newsletter/">IVOA Newsletters</a></li>
<li><a href="{{ .Site.Home.Permalink}}astronomers/vo_for_public/">VO for Students & Public</a></li>
</ul>
</div>
</div>
Expand All @@ -41,7 +41,7 @@

<div class="card-list">
<ul>
<li><a href="{{ .Site.Home.Permalink}}/deployers/intro_to_vo_concepts">Intro to VO Concepts</a></li>
<li><a href="{{ .Site.Home.Permalink}}deployers/intro_to_vo_concepts">Intro to VO Concepts</a></li>
<li><a href="https://www.ivoa.net/documents/">IVOA Standards</a></li>
<li><a href="http://wiki.ivoa.net/twiki/bin/view/IVOA/PublishingInTheVONew">Guide to Publishing in the VO</a></li>
<li><a href="http://wiki.ivoa.net/twiki/bin/view/IVOA/VOGlossary">Technical Glossary</a></li>
Expand Down

0 comments on commit 9699a44

Please sign in to comment.