You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do a [Pull Request](https://github.com/gohugoio/hugo/pulls) contributions workflow on **GitHub**. New users are always welcome!
126
125
{{%/* /blocks/feature */%}}
127
-
128
126
```
129
127
130
128
| Parameter | Default | Description |
@@ -139,7 +137,6 @@ We do a [Pull Request](https://github.com/gohugoio/hugo/pulls) contributions wor
139
137
The **blocks/link-down** shortcode creates a navigation link down to the next section. It's meant to be used in combination with the other blocks shortcodes.
140
138
141
139
```go-html-template
142
-
143
140
<div class="mx-auto mt-5">
144
141
{{</* blocks/link-down color="info" */>}}
145
142
</div>
@@ -179,7 +176,6 @@ The **pageinfo** shortcode creates a text box that you can use to add banner inf
179
176
{{%/* pageinfo color="primary" */%}}
180
177
This is placeholder content.
181
178
{{%/* /pageinfo */%}}
182
-
183
179
```
184
180
185
181
Renders to:
@@ -197,7 +193,6 @@ This is placeholder content
197
193
198
194
The **imgproc** shortcode finds an image in the current [Page Bundle](/docs/adding-content/content/#page-bundles) and scales it given a set of processing instructions.
199
195
200
-
201
196
```go-html-template
202
197
{{</* imgproc spruce Fill "400x450" */>}}
203
198
Norway Spruce <i>Picea abies</i> shoot with foliage buds.
The Docsy template provides two shortcodes `tabpane` and `tab` that let you easily create tabbed panes. To see how to use them, have a look at the following code block, which renders to a right aligned pane with one disabled and three active tabs:
@@ -606,7 +598,6 @@ Check system compatibility before proceeding.
606
598
`sudo sh install.sh`
607
599
608
600
1. Test that your installation was successfully completed.
609
-
610
601
```
611
602
612
603
You can import this section into another document:
@@ -615,7 +606,6 @@ You can import this section into another document:
615
606
The following section explains how to install the database:
616
607
617
608
{{%/* readfile "installation.md" */%}}
618
-
619
609
```
620
610
621
611
This is rendered as if the instructions were in the parent document. Hugo
@@ -650,7 +640,6 @@ To create a new pipeline, follow the next steps:
0 commit comments