* Fix

* Remove links
pull/362/head
ArtsEpiphany 2022-02-13 13:51:00 +08:00 committed by GitHub
parent 821e38acf6
commit 07df68ee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 40 deletions

View File

@ -3,17 +3,3 @@ title: HRT 医疗资源
weight: 3
collapsible: true
---
[上海中山医院|李小英]({{< ref "li-xiaoying" >}})
[上海九院|程辰]({{< ref "sh9-hrt" >}})
[上海新华医院|邱文娟]({{< ref "qiu-wenjuan" >}})
[四川省人民医院|王小红]({{< ref "wang-xiaohong" >}})
[广州暨南一院|高绿芬]({{< ref "jnuh1" >}})
[苏州市立医院|周建英]({{< ref "zhou-jianying" >}})
[长沙湘雅三院|龙智]({{< ref "xiangya3" >}})

View File

@ -3,9 +3,3 @@ title: 药物HRT
weight: 1
collapsible: true
---
[HRT 总述]({{< ref "hrt-overview" >}})
[进行激素检查]({{< ref "hormone-check" >}})
[自购药防诈骗]({{< ref "anti-fraud" >}})

View File

@ -3,7 +3,3 @@ title: 心理科/精神科
weight: 2
collapsible: true
---
[介绍信]({{< ref "introletter" >}})
[有关 ICD-11]({{< ref "icd11" >}})

View File

@ -4,7 +4,3 @@ description: 北京
weight: 100
collapsible: true
---
[北京|丛中]({{< ref "cong-zhong" >}})
[北京|唐宏宇]({{< ref "tang-hongyu" >}})
[北京|胡佩诚]({{< ref "hu-peicheng" >}})

View File

@ -3,15 +3,3 @@ title: SRS 性别重置手术
weight: 4
collapsible: true
---
[术前科普]({{< ref "srs-faq" >}})
[手术技术]({{< ref "srs-tech" >}})
[术后护理]({{< ref "care" >}})
[手术评价方法]({{< ref "compraise" >}})
[证件变更指引]({{< ref "id-card" >}})
[学籍学历变更指引]({{< ref "education" >}})

View File

@ -0,0 +1,7 @@
{{ define "header" }}
{{ partial "main/header.html" . }}
{{ end }}
{{ define "main" }}
{{ $section_to_display := .Pages }}
{{ partial "main/list.html" (dict "context" . "section_to_display" $section_to_display) }}
{{ end }}