From 26f89fcb294101a29a39c805f462ab0ea9e057c1 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 26 Jul 2023 15:32:20 -0400 Subject: [PATCH] update date and add rss --- content/posts/vim-stt.md | 2 +- layouts/_default/baseof.html | 5 +++-- layouts/partials/postcard.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/posts/vim-stt.md b/content/posts/vim-stt.md index 8a49cd1..57b8c12 100644 --- a/content/posts/vim-stt.md +++ b/content/posts/vim-stt.md @@ -1,6 +1,6 @@ --- title: Vim Send To Terminal -date: 2023-07-15T20:18:03-04:00 +date: 2023-07-26T15:23:22-04:00 asciinema: true tags: - vim diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 55f2184..c7c7776 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,7 @@ + {{- block "title" . -}} {{ .Site.Title }} @@ -17,8 +18,8 @@ <link rel="stylesheet" type="text/css" href="/assets/asciinema-player.css" /> {{ end }} <style> - {{- block "styles" . -}} - {{- end -}} + {{ block "styles" . }} + {{ end }} div.highlight pre { {{/* code highlighting */}} padding: 1rem; diff --git a/layouts/partials/postcard.html b/layouts/partials/postcard.html index d8fc329..ac51f60 100644 --- a/layouts/partials/postcard.html +++ b/layouts/partials/postcard.html @@ -1,6 +1,6 @@ {{ define "styles" }} a.title-link { - text-decoration: none; + text-decoration: none; } {{ end }} <div class="card mb-4">