commit 9afbdfb7b078bcdc2d259887f52afddfa7c51884 parent d8230187b3ccdf6b1e3ebeaf4fab04dd5fdc0cf9 Author: Yohanes Bandung Bondowoso <hi@ybbond.id> Date: Wed, 17 Feb 2021 03:15:32 +0700 content: response to hacdias for CMS post Diffstat:
| A | content/responses/response-20210217025510.md | | | 17 | +++++++++++++++++ |
| M | layouts/_default/single.html | | | 1 | + |
| M | layouts/partials/post/responses-item.html | | | 5 | ++--- |
3 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/content/responses/response-20210217025510.md b/content/responses/response-20210217025510.md @@ -0,0 +1,16 @@ +--- +tags: + - responses #responses +date: 2021-02-17T02:55:10+0700 +ID: 20200619212819 +type: responses +destination: + title: Is it time to build my own CMS? + author: Henrique Dias + url: https://hacdias.com/articles/2021/02/is-it-time-build-cms/ +--- + +Quick note, there is error in link destinations at the end of the post. All directing to [https://github.com/xwmx/nb](https://github.com/xwmx/nb). + +I too want to build a CMS! The convenience of editing anywhere, desktop or mobile devices, like using WordPress... +I think that would improve my willingness to write posts, or document stuffs.+ \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html @@ -10,6 +10,7 @@ <article> {{- partial "post/responses-item.html" . -}} {{ partial "post/webmentions-handler.html" . }} + {{ partial "post/remarkbox.html" . }} </article> {{ else }} <article class="content h-entry"> diff --git a/layouts/partials/post/responses-item.html b/layouts/partials/post/responses-item.html @@ -6,7 +6,7 @@ {{ end }} {{ $title := print "In response to " "«" .Params.Destination.Title "»" $author }} <div class="content responses h-entry" id={{ $idslug }}> - <h1 class="p-name">{{ $title }}</h1> + <a class="no-outline" data-goatcounter-click="cl-response-title" href={{ .Permalink }}><h1 class="p-name" class="listing__post__title" >{{ $title }}</h1></a> <div id="h-card" class="hcard" hidden=""> {{ $permalink := .Permalink }} {{ $title := .Title }} @@ -38,4 +38,4 @@ <div class="responses__content e-content p-content"> {{ partial "components/content.html" .Content }} </div> -</div>- \ No newline at end of file +</div>