Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 18:51:33 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 18:51:33 +0300
commit507a14b0e617474f82ea2cbdf8e4ec1ada1e294b (patch)
treef1a962bf2323c255d36edcd621484cf3ff950074
parentdc49294b91715cd69644862172fe3ecaa37d6ce7 (diff)
read more
-rw-r--r--README.md8
-rw-r--r--layouts/partials/posts/post-list.html9
2 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index 50881f5..759b7e4 100644
--- a/README.md
+++ b/README.md
@@ -65,4 +65,10 @@ Add these to `config.toml`:
```toml
pygmentsUseClasses=true
pygmentsCodefences=true
-``` \ No newline at end of file
+```
+
+## Roadmap
+
+- [ ] Subnavigation menu dropdowns
+- [ ] Include search via Lunr or Fuse.js
+- [ ] Clean out the SCSS folder \ No newline at end of file
diff --git a/layouts/partials/posts/post-list.html b/layouts/partials/posts/post-list.html
index 220bb16..546f8e3 100644
--- a/layouts/partials/posts/post-list.html
+++ b/layouts/partials/posts/post-list.html
@@ -17,7 +17,14 @@
{{ end }}
<div class="entry-content">
- {{ .Content }}
+ {{ .Summary | markdownify }}
+ {{ if .Truncated }}
+ <div>
+ <a href="{{ .RelPermalink }}" class="more-link">
+ Continue reading
+ </a>
+ </div>
+ {{ end }}
</div>
<footer class="entry-footer">