diff options
Diffstat (limited to 'themes/simple/layouts/_default')
| -rw-r--r-- | themes/simple/layouts/_default/list.html | 12 | ||||
| -rw-r--r-- | themes/simple/layouts/_default/single.html | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index 7d9a1d9..7870247 100644 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | {{ range (where .Site.RegularPages "Section" "posts") }} | 10 | {{ range (where .Site.RegularPages "Section" "posts") }} |
| 11 | <li class="mb-5"> | 11 | <li class="mb-5"> |
| 12 | <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Monday Jan 2, 2006" }}</time> | 12 | <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Monday Jan 2, 2006" }}</time> |
| 13 | <a href="{{.Permalink}}" itemprop="url" class="hover:bg-yellow-200">{{.Title}}</a> | 13 | <a href="{{.Permalink}}" itemprop="url" class="hover:bg-yellow-100">{{.Title}}</a> |
| 14 | </li> | 14 | </li> |
| 15 | {{end}} | 15 | {{end}} |
| 16 | </ul> | 16 | </ul> |
| @@ -22,11 +22,11 @@ | |||
| 22 | <section class="mb-12"> | 22 | <section class="mb-12"> |
| 23 | <h4 class="text-2xl font-bold mb-6">Side projects I worked on</h4> | 23 | <h4 class="text-2xl font-bold mb-6">Side projects I worked on</h4> |
| 24 | <ul class="list-disc ml-6"> | 24 | <ul class="list-disc ml-6"> |
| 25 | <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> | 25 | <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-100">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> |
| 26 | <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">redis-marshal - Lightweight Redis data exploration tool</a></li> | 26 | <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-100">redis-marshal - Lightweight Redis data exploration tool</a></li> |
| 27 | <li><a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">dna-encoding - Tools for encoding files to DNA sequence</a></li> | 27 | <li><a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-100">dna-encoding - Tools for encoding files to DNA sequence</a></li> |
| 28 | <li><a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">vertex - Create mock API's and add basic logic to simplify prototyping</a></li> | 28 | <li><a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-100">vertex - Create mock API's and add basic logic to simplify prototyping</a></li> |
| 29 | <li><a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-200">scarecrow - Minimal configuration reverse proxy</a></li> | 29 | <li><a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow" class="hover:bg-yellow-100">scarecrow - Minimal configuration reverse proxy</a></li> |
| 30 | </ul> | 30 | </ul> |
| 31 | </section> | 31 | </section> |
| 32 | 32 | ||
diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index c3f100d..77071bb 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | {{ range $randomPosts }} | 45 | {{ range $randomPosts }} |
| 46 | <li class="mb-6"> | 46 | <li class="mb-6"> |
| 47 | <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Mon Jan 2, 2006" }}</time> | 47 | <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Mon Jan 2, 2006" }}</time> |
| 48 | <a href="{{.Permalink}}" itemprop="url" class="hover:bg-yellow-200 font-medium">{{.Title}}</a> | 48 | <a href="{{.Permalink}}" itemprop="url" class="hover:bg-yellow-100 font-medium">{{.Title}}</a> |
| 49 | <p class="text-gray-600 text-sm">{{.Summary}}</p> | 49 | <p class="text-gray-600 text-sm">{{.Summary}}</p> |
| 50 | </li> | 50 | </li> |
| 51 | {{end}} | 51 | {{end}} |
