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

  1. <div class="project">
  2. <h2 class="project-title">
  3. <a href="{{ .Get "url" }}" target="_blank">
  4. {{ .Get "name" }}
  5. </a>
  6. </h2>
  7. <div class="date">{{ .Get "date" }}</div>
  8. <div class="collapse show" id="details-{{ .Get "name" | lower | urlize }}">
  9. <div>
  10. {{ .Inner }}
  11. </div>
  12. </div>
  13. </div>