Skip to content

Commit

Permalink
Fix some broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcayless committed Jan 24, 2025
1 parent 48aa397 commit d47d704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-top pb-3 mb-3">
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="/" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="/about/code-of-conduct/" class="nav-link px-2 text-body-secondary">Code of Conduct</a></li>
<li class="nav-item"><a href="/about/contact/" class="nav-link px-2 text-body-secondary">Contact Us</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Please use the following email addresses to contact the TEI.
* For general informational inquiries: info AT tei-c.org
* For questions concerning membership in the TEI consortium: membership AT tei-c.org
* For questions concerning the [TEI website](/about/website/ "TEI website"): webmaster AT tei-c.org
* For questions concerning the TEI Guidelines and their use, post a message to the TEI-L mailing list ([join the list](https://listserv.brown.edu/archives/cgi-bin/wa?SUBED1=tei-l&A=1 "join the list")).
* For questions concerning the TEI Guidelines and their use, post a message to the TEI-L mailing list ([join the list](https://lists.psu.edu/cgi-bin/wa?SUBED1=TEI-L&A=1 "join the list")).
* Found a bug, or want to request a new feature? [Submit an issue in GitHub](https://github.com/TEIC/TEI/issues "Submit an issue in GitHub")!
* You may also want to consult the [TEI FAQ](/About/faq.xml "TEI FAQ") and the [archives of the TEI-L discussion list](https://listserv.brown.edu/archives/cgi-bin/wa?A0=TEI-L "archives of the TEI-L discussion list").
2 changes: 1 addition & 1 deletion src/assets/css/teic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ img.hero-emblem {
margin: auto;
}
main {
min-height: 60vh;
min-height: 70vh;
}
ol.breadcrumb {
margin-left: 2rem;
Expand Down

0 comments on commit d47d704

Please sign in to comment.