File tree Expand file tree Collapse file tree
content/en/blog/news/first-post Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ linkTitle: Announcing Docsy
55description : >
66 The Docsy Hugo theme lets project maintainers and contributors focus on content,
77 not on reinventing a website infrastructure from scratch
8- author : Riona MacNamara ([@rionam](https://twitter .com/bepsays))
8+ author : Riona MacNamara ([@rionam](https://x .com/bepsays))
99resources :
1010 - src : " **.{png,jpg}"
1111 title : " Image #:counter"
@@ -37,12 +37,10 @@ resources:
3737
3838To include the image in a page, specify its details like this:
3939
40- ```
41- {{< imgproc sunset Fill "600x300" >}}
40+ ``` go-html-template
41+ {{</* imgproc sunset Fill "600x300" */ >}}
4242Fetch and scale an image in the upcoming Hugo 0.43.
43- {{< /imgproc >}}
43+ {{</* /imgproc */ >}}
4444```
4545
4646The image will be rendered at the size and byline specified in the front matter.
47-
48-
You can’t perform that action at this time.
0 commit comments