blob: 39f4a9a7690391848597c301e2dcc37fe314be09 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<div id="my-intro">
<h1>Hello, World!</h1>
<p>
Thanks for using <a href="https://github.com/MikunoNaka/vidhukant-hugo">Vidhu Kant's Hugo Theme!</a>
<br/>
Edit the vidhukant-hugo/layouts/partials/intro.html file or set params.indexContent to some html which will be shown here!
For the second section of this page, edit your content/_index.md file.
</p>
<h2>Also look at the example config.toml file for more variables you can set</h2>
</div>
|