Mobile-responsive personal website, generated using Hugo.
https://kevin-mok.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
318 B
13 lines
318 B
<div class="project">
|
|
<h2 class="project-title">
|
|
<a href="{{ .Get "url" }}" target="_blank">
|
|
{{ .Get "name" }}
|
|
</a>
|
|
</h2>
|
|
<div class="date">{{ .Get "date" }}</div>
|
|
<div class="collapse show" id="details-{{ .Get "name" | lower | urlize }}">
|
|
<div>
|
|
{{ .Inner }}
|
|
</div>
|
|
</div>
|
|
</div>
|