feat(css): add local fork-awesome css

This commit is contained in:
Dillon
2020-02-07 00:10:00 +08:00
parent 44222e7d12
commit 4c452aae12
44 changed files with 2927 additions and 53 deletions

View File

@@ -8,4 +8,4 @@
{{- . -}}
</figcaption>
{{- end -}}
</figure>
</figure>

View File

@@ -1,3 +1,3 @@
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>
{{- .Text | safeHTML -}}
</a>
</a>

View File

@@ -39,4 +39,4 @@
{{- /* Load scripts */ -}}
{{- partial "scripts.html" . -}}
</body>
</html>
</html>

View File

@@ -25,4 +25,4 @@
{{- end -}}
{{- partial "paginator.html" . -}}
</div>
{{- end -}}
{{- end -}}

View File

@@ -12,4 +12,4 @@
{{- partial "hook/content.html" .Content | safeHTML -}}
</div>
</div>
{{- end -}}
{{- end -}}

View File

@@ -61,4 +61,4 @@
</div>
{{- end -}}
</div>
</article>
</article>