diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-01-26 11:38:51 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-01-26 11:38:51 +0100 |
| commit | 23542c9a37a18f1d18c7739241bdef19c0be0124 (patch) | |
| tree | f88de3d0b36530daaf33dd5a8564086375656b29 /themes/bare/openring/openring.html | |
| parent | d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 (diff) | |
| download | mitjafelicijan.com-23542c9a37a18f1d18c7739241bdef19c0be0124.tar.gz | |
Removal of bare theme
Diffstat (limited to 'themes/bare/openring/openring.html')
| -rwxr-xr-x | themes/bare/openring/openring.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/themes/bare/openring/openring.html b/themes/bare/openring/openring.html deleted file mode 100755 index 3c870bb..0000000 --- a/themes/bare/openring/openring.html +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | <section class="mb-10"> | ||
| 2 | <h2 class="text-2xl font-semibold mb-6">Articles from blogs I follow around the net</h2> | ||
| 3 | |||
| 4 | <section> | ||
| 5 | {{ range .Articles }} | ||
| 6 | <article class="mb-6"> | ||
| 7 | <a href="{{ .Link }}" target="_blank" rel="noopener" class="font-medium mb-1 hover:bg-yellow-100">{{ .Title }}</a> | ||
| 8 | <p class="mb-1 text-sm text-gray-600">{{ .Summary }}</p> | ||
| 9 | <div class="text-gray-500 font-medium text-xs"> | ||
| 10 | Via <a href="{{ .SourceLink }}" class="underline">{{ .SourceTitle }}</a> on {{ .Date | datef "January 2, 2006" | ||
| 11 | }} | ||
| 12 | </div> | ||
| 13 | </article> | ||
| 14 | {{ end }} | ||
| 15 | </section> | ||
| 16 | |||
| 17 | <p class="text-sm text-gray-500"> | ||
| 18 | <a href="https://git.sr.ht/~sircmpwn/openring" class="no-underline hover:underline">Generated with openring.</a> | ||
| 19 | </p> | ||
| 20 | </section> \ No newline at end of file | ||
