halogenica / beautifulhugo

Theme for the Hugo static website generator
Other
1.14k stars 601 forks source link

endcolumns typo #432

Closed thilop closed 2 years ago

thilop commented 2 years ago

In README.md endcolumns is written wothput the "s":

{{< columns >}}
This is column 1.
{{< column >}}
This is column 2.
{{< **endcolumn** >}}

But it should be:

{{< columns >}}
This is column 1.
{{< column >}}
This is column 2.
{{< **endcolumns** >}}
RoneoOrg commented 2 years ago

Fixed in https://github.com/halogenica/beautifulhugo/pull/360 Thanks for the report!