diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-25 15:58:58 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-25 15:58:58 -0500 |
| commit | 94c0a10fd3adc4b8d10c109b2d4502f8d8a390fe (patch) | |
| tree | 5c1ee5ef9b70137b372a97303782f5c88f8d1374 | |
| parent | f7e586e6533974489503538ac140a7ce5608ecb7 (diff) | |
| -rw-r--r-- | content/articles/girlfriend-of-steel-re.md (renamed from content/posts/girlfriend-of-steel-re.md) | 0 | ||||
| -rw-r--r-- | content/articles/win7.md (renamed from content/posts/win7.md) | 0 | ||||
| -rw-r--r-- | content/files/girlfriend-of-steel-re/000-weeb-header.jpg | bin | 1084194 -> 956676 bytes | |||
| -rw-r--r-- | content/files/girlfriend-of-steel-re/000-weeb-header.jpg~ | bin | 0 -> 956639 bytes | |||
| -rw-r--r-- | themes/hugo-xmin/layouts/index.html | 6 |
5 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/girlfriend-of-steel-re.md b/content/articles/girlfriend-of-steel-re.md index 35db72b..35db72b 100644 --- a/content/posts/girlfriend-of-steel-re.md +++ b/content/articles/girlfriend-of-steel-re.md diff --git a/content/posts/win7.md b/content/articles/win7.md index 7e2a843..7e2a843 100644 --- a/content/posts/win7.md +++ b/content/articles/win7.md diff --git a/content/files/girlfriend-of-steel-re/000-weeb-header.jpg b/content/files/girlfriend-of-steel-re/000-weeb-header.jpg Binary files differindex 8c7b8dd..761a18b 100644 --- a/content/files/girlfriend-of-steel-re/000-weeb-header.jpg +++ b/content/files/girlfriend-of-steel-re/000-weeb-header.jpg diff --git a/content/files/girlfriend-of-steel-re/000-weeb-header.jpg~ b/content/files/girlfriend-of-steel-re/000-weeb-header.jpg~ Binary files differnew file mode 100644 index 0000000..6ad7ab0 --- /dev/null +++ b/content/files/girlfriend-of-steel-re/000-weeb-header.jpg~ diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html index e3b9abe..2d7383e 100644 --- a/themes/hugo-xmin/layouts/index.html +++ b/themes/hugo-xmin/layouts/index.html @@ -12,10 +12,10 @@ {{ end }} </ul> -<h2>Posts:</h2> +<h2>Articles:</h2> <ul> {{ $pages := .Site.RegularPages }} - {{ range (where $pages "Section" "posts") }} + {{ range (where $pages "Section" "articles") }} <li> <span class="date">{{ .Date.Format "01/02/2006" }}</span> <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a> @@ -23,4 +23,4 @@ {{ end }} </ul> -{{ partial "footer.html" . }}
\ No newline at end of file +{{ partial "footer.html" . }} |