1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Linking in the new hormone pages

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-03-25 14:11:11 -07:00
parent bb8e2cdb81
commit 08478f5a81
5 changed files with 23 additions and 8 deletions

View File

@@ -1,5 +1,8 @@
<div class="dropdown-menu" aria-labelledby="nav-gdb">
<a href="/gdb/printable" class="{{#is meta.url '/gdb/printable' }}active {{/is}}dropdown-item">View All</a>
<a href="/gdb.pdf" class="dropdown-item">Download PDF {{icon 'pdf' size="1em" style="vertical-align:middle;margin-bottom:3px;"}} </a>
<hr class="dropdown-divider">
<a href="/gdb/" class="{{#is meta.url '/gdb/index' '/' }}active {{/is}}dropdown-item">Introduction</a>
<a href="/gdb/what-is-gender" class="{{#is meta.url '/gdb/what-is-gender' }}active {{/is}}dropdown-item">What is Gender?</a>
<a href="/gdb/history" class="{{#is meta.url '/gdb/history' }}active {{/is}}dropdown-item">The History of Gender Dysphoria</a>
@@ -16,6 +19,9 @@
<a href="/gdb/diagnoses" class="{{#is meta.url '/gdb/diagnoses' }}active {{/is}}dropdown-item">Clinical Diagnoses</a>
<a href="/gdb/treatment" class="{{#is meta.url '/gdb/treatment' }}active {{/is}}dropdown-item">Treating Gender Dysphoria</a>
<a href="/gdb/causes" class="{{#is meta.url '/gdb/causes' }}active {{/is}}dropdown-item">Causes of Gender Dysphoria</a>
<a href="/gdb/hormones" class="{{#is meta.url '/gdb/hormones' }}active {{/is}}dropdown-item">How Hormones Work</a>
<a href="/gdb/second-puberty-masc" class="{{#is meta.url '/gdb/second-puberty-masc' }}active {{/is}}dropdown-item">Androgenic Second Puberty 101</a>
<a href="/gdb/second-puberty-fem" class="{{#is meta.url '/gdb/second-puberty-fem' }}active {{/is}}dropdown-item">Estrogenic Second Puberty 101</a>
<a href="/gdb/chromosomes" class="{{#is meta.url '/gdb/chromosomes' }}active {{/is}}dropdown-item">Chromosomes</a>
<a href="/gdb/conclusion" class="{{#is meta.url '/gdb/conclusion' }}active {{/is}}dropdown-item">Conclusion</a>
</div>