Switch to using Hugo
This commit is contained in:
parent
03328460ae
commit
7caf09852c
29 changed files with 462 additions and 846 deletions
14
layouts/partials/linkCard.html
Normal file
14
layouts/partials/linkCard.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<div class="col-md-4 mb-3">
|
||||
<div class="card full-height">
|
||||
<h4 class="card-header">
|
||||
<a href="{{ .URL }}" target="_blank">{{ .title }}</a>
|
||||
</h4>
|
||||
<div class="card-body">
|
||||
|
||||
{{ if isset . "description" }}
|
||||
<p>{{ .description | markdownify }}</p>
|
||||
{{ end }}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue