chore(forkawesome): update forkawesome css

This commit is contained in:
Dillon
2020-02-17 21:02:27 +08:00
parent 30747ca190
commit 933e32c4e4
22 changed files with 845 additions and 335 deletions

View File

@@ -3,7 +3,7 @@
{{- with .Params.featuredImage -}}
<div class="featured-image-preview">
{{- $image := $.Params.featuredImagePreview | default . -}}
{{- partial "hook/image" $image -}}
{{- partial "function/image.html" (dict "src" $image "alt" "featured image") -}}
</div>
{{- end -}}
@@ -39,7 +39,7 @@
{{- /* Summary content */ -}}
<div class="content">
{{- partial "hook/content.html" .Summary | safeHTML -}}
{{- partial "function/content.html" .Summary -}}
</div>
{{- /* Footer */ -}}