Fix homepage raw html for recent Hugo
This commit is contained in:
parent
a83ec2fd18
commit
f5ca944bdc
2 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ programming/hacking.
|
|||
|
||||
I am currently doing research internships before starting a PhD.
|
||||
|
||||
{{< rawhtml >}}
|
||||
<ul class="docsline">
|
||||
<li>
|
||||
<a href="https://tobast.fr/files/cv.pdf">
|
||||
|
@ -42,10 +43,12 @@ I am currently doing research internships before starting a PhD.
|
|||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
I also enjoy cooking quite a lot! When I stumble upon something that deserves
|
||||
to be recorded, I usually write an entry on my recipes website (in French):
|
||||
|
||||
{{< rawhtml >}}
|
||||
<ul class="docsline">
|
||||
<li>
|
||||
<a href="https://nomnom.tobast.fr/">
|
||||
|
@ -54,6 +57,7 @@ to be recorded, I usually write an entry on my recipes website (in French):
|
|||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
|
||||
## {{< fontawesome "pencil" >}} Contact me
|
||||
|
|
1
layouts/shortcodes/rawhtml.html
Normal file
1
layouts/shortcodes/rawhtml.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ .Inner }}
|
Loading…
Add table
Reference in a new issue