mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 14:59:45 +00:00
rename information to publication
This commit is contained in:
parent
56ff21ea30
commit
793fd94cae
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<section class="project-section py-3">
|
<section class="project-section py-3">
|
||||||
|
|
||||||
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "information" }}</h3>
|
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "publication" }}</h3>
|
||||||
|
|
||||||
{{ range .Site.Params.information.list }}
|
{{ range .Site.Params.information.list }}
|
||||||
<div class="item mb-3">
|
<div class="item mb-3">
|
||||||
|
@ -14,6 +14,7 @@
|
||||||
{{ range .items }}
|
{{ range .items }}
|
||||||
<li class="mb-2">{{ with .details }}{{ . | markdownify }}{{ end }}</li>
|
<li class="mb-2">{{ with .details }}{{ . | markdownify }}{{ end }}</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div><!--//item-->
|
</div><!--//item-->
|
||||||
|
|
Loading…
Reference in a new issue