mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 11:14:41 -04:00
docs: Remove extra double quotation
This commit is contained in:
parent
5ca5cc15f6
commit
f87c35fe2e
@ -131,7 +131,7 @@ A Markdown example for a inline-style link with title:
|
||||
A very simple template example given the above:
|
||||
|
||||
{{< code file="layouts/_default/_markup/render-link.html" >}}
|
||||
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ .Text }}{{ with .Page }} (in page {{ .Title }}){{ end }}"</a>
|
||||
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ .Text }}{{ with .Page }} (in page {{ .Title }}){{ end }}</a>
|
||||
{{< /code >}}
|
||||
|
||||
(look in the page bundle, inside `/assets` etc.) and [transform](/content-management/image-processing) images.
|
||||
|
Loading…
x
Reference in New Issue
Block a user