diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-25 17:34:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-25 17:34:08 +0200 |
| commit | 49e7e7d555a6cd9810d81561fa3e98e3d64502be (patch) | |
| tree | 3acce03eb969fb81b13ba8ad5cae1d8df04b4632 /themes/simple/layouts/_default | |
| parent | b213d6a9c69b2de4486d923d5279f6e41ba0742b (diff) | |
| download | mitjafelicijan.com-49e7e7d555a6cd9810d81561fa3e98e3d64502be.tar.gz | |
Fixed styling
Diffstat (limited to 'themes/simple/layouts/_default')
| -rw-r--r-- | themes/simple/layouts/_default/notes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html index 616234e..e2672e4 100644 --- a/themes/simple/layouts/_default/notes.html +++ b/themes/simple/layouts/_default/notes.html | |||
| @@ -24,7 +24,9 @@ | |||
| 24 | {{ range (where .Site.RegularPages "Section" "notes") }} | 24 | {{ range (where .Site.RegularPages "Section" "notes") }} |
| 25 | <div class="mb-10"> | 25 | <div class="mb-10"> |
| 26 | <article class="mb-5 single note" itemscope itemtype="http://schema.org/Article"> | 26 | <article class="mb-5 single note" itemscope itemtype="http://schema.org/Article"> |
| 27 | <h2 class="text-xl font-medium notes-heading">{{.Title}}</h2> | 27 | <a href="{{ .Params.url }}"> |
| 28 | <h2 class="text-xl font-medium notes-heading">{{.Title}}</h2> | ||
| 29 | </a> | ||
| 28 | <p class="text-gray-600 _italic text-sm flex flex-col md:flex-row gap-1"> | 30 | <p class="text-gray-600 _italic text-sm flex flex-col md:flex-row gap-1"> |
| 29 | <time datetime="{{ .Date.Format "2006-01-02" }}" itemprop="datePublished"> | 31 | <time datetime="{{ .Date.Format "2006-01-02" }}" itemprop="datePublished"> |
| 30 | {{ .Date.Format "Monday Jan 2, 2006" }} | 32 | {{ .Date.Format "Monday Jan 2, 2006" }} |
