Updating latest

This commit is contained in:
2020-06-10 01:59:28 +01:00
parent 8877a9e4f4
commit 5312ff8f52
5 changed files with 52 additions and 55 deletions

View File

@@ -42,7 +42,6 @@
{{ $post := dict "link" .RelPermalink "author" (index .Params.authors 0) "tags" .Params.tags "title" .Title "date" (.Params.date.Format "January 2, 2006") "image" ($.Scratch.Get "image") "content" (substr .Plain 0 200) -}}
{{ $p = $p | append $post -}}
{{ end }}
{{ $p | jsonify }}
</div>
<script src="{{ print "dist/" "lunr.b93de9e9609074d666f5123e866e25ed.min.js" | relURL }}"></script>
<script>