commit aa9863ede1ba5f058b75d59b9f001b16f30992dc
parent d7c5b207ce5f10a52d33e522a17caada676d1afa
Author: Oscar Benedito <oscar@obenedito.org>
Date:   Mon,  9 Sep 2019 12:39:20 +0200

Fix content summary

Diffstat:
Mcontent/blog/2019-09-08-getting-a-domain.md | 2+-
Mlayouts/partials/list.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2019-09-08-getting-a-domain.md b/content/blog/2019-09-08-getting-a-domain.md @@ -3,7 +3,7 @@ title: "Getting my own domain name" categories: personal tags: ["Personal domain", "DNS Record"] --- -After thinking about getting my own domain name for a while and letting the thought<!---more---> rest for a couple of months, I finally bought one. It is a very easy and inexpensive process, and I am happy I did it. The original idea was to set up my email with it, so I could change my email provider without changing the address (I am in the process of changing my provider, and it takes a lot of effort), but having a domain name opens a world of opportunities. +After thinking about getting my own domain name for a while and letting the thought rest for a couple of months, I finally bought one. It is a very easy and inexpensive process, and I am happy I did it. The original idea was to set up my email with it, so I could change my email provider without changing the address (I am in the process of changing my provider, and it takes a lot of effort), but having a domain name opens a world of opportunities. *** diff --git a/layouts/partials/list.html b/layouts/partials/list.html @@ -8,7 +8,7 @@ {{ if .Params.subtitle }} <h6 class="subtitle has-text-grey has-text-weight-normal">{{ .Params.subtitle }}</h6> {{ else }} - <h6 class="subtitle has-text-grey has-text-weight-normal">{{ .Summary }}</h6> + <h6 class="subtitle has-text-grey has-text-weight-normal">{{ .Content | truncate 80 }}</h6> {{ end }} <p class="has-text-grey is-size-6">{{ .Date.Format "January 2, 2006" }} &middot; {{ partial "read-time.html" . }}</p> </div>