diff options
| author | clsr <clsr@clsr.net> | 2017-08-25 16:02:01 +0200 | 
|---|---|---|
| committer | clsr <clsr@clsr.net> | 2017-08-25 16:02:06 +0200 | 
| commit | c626ecdc562f99fbaf2130f7136d7f9b0ea7b58a (patch) | |
| tree | bb1c5ee6b1fcc19d195f6ebca05e226be00cd1a6 /templates/content.html | |
| parent | ed64d2fb11b4833a8dcbe29225f90bf6462dc8ad (diff) | |
| download | cn-http-c626ecdc562f99fbaf2130f7136d7f9b0ea7b58a.tar.gz cn-http-c626ecdc562f99fbaf2130f7136d7f9b0ea7b58a.zip | |
Implement draft/cnm-selector hash fragment anchorsv0.1.5
Diffstat (limited to 'templates/content.html')
| -rw-r--r-- | templates/content.html | 14 | 
1 files changed, 9 insertions, 5 deletions
| diff --git a/templates/content.html b/templates/content.html index 4616a10..9b6d508 100644 --- a/templates/content.html +++ b/templates/content.html @@ -4,11 +4,15 @@  		{{- inc .Title -}}  		<summary>  			{{- with .Title -}} -			{{- if $l := lanchor -}} -			<h{{depth}}>{{.}}<a class="sec-link" id="/{{$l}}" href="#/{{$l}}">¶</a> -				{{- if $s := sanchor}}{{if ne $s $l}}<a id="#{{$s}}"></a>{{end}}{{end -}} -			</h{{depth}}> -			{{- end -}} +				<h{{depth}}>{{.}} +				{{- if $l := lanchor -}} +				<a class="sec-link" id="/{{$l}}" href="#/{{$l}}">¶</a> +					{{- if $s := sanchor}}{{if ne $s $l}}<a id="#{{$s}}"></a>{{end}}{{end -}} +					<a id="${{ianchor}}"></a> +				{{- else -}} +				<a class="sec-link" id="${{ianchor}}" href="#${{ianchor}}">¶</a> +				{{- end -}} +				</h{{depth}}>  			{{- end -}}  		</summary>  		{{- range .Children -}} |