diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-05-23 19:56:46 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-05-23 19:56:46 +0300 |
| commit | 7d046658ee53378e88404f40aac4a2c8e2d97bf1 (patch) | |
| tree | 4774d7b89ca510edd5b7aff2ad256021e16f947d | |
| parent | 5ed1e6e32918a6e98e6854017248e3e88e95f87c (diff) | |
| download | aaoth.xyz-7d046658ee53378e88404f40aac4a2c8e2d97bf1.tar.gz aaoth.xyz-7d046658ee53378e88404f40aac4a2c8e2d97bf1.zip | |
add titles to the tagpages
| -rw-r--r-- | tags/fossil.md | 1 | ||||
| -rw-r--r-- | tags/git.md | 1 | ||||
| -rw-r--r-- | tags/openbsd.md | 1 | ||||
| -rw-r--r-- | tags/tutorial.md | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tags/fossil.md b/tags/fossil.md index f99a714..f24d268 100644 --- a/tags/fossil.md +++ b/tags/fossil.md @@ -1,5 +1,6 @@ --- layout: tagsort tag: fossil +title: "tags: fossil" permalink: /tags/fossil/ --- diff --git a/tags/git.md b/tags/git.md index b493264..17636b7 100644 --- a/tags/git.md +++ b/tags/git.md @@ -1,5 +1,6 @@ --- layout: tagsort tag: git +title: "tags: git" permalink: /tags/git/ --- diff --git a/tags/openbsd.md b/tags/openbsd.md index 778bbc7..46c947e 100644 --- a/tags/openbsd.md +++ b/tags/openbsd.md @@ -1,5 +1,6 @@ --- layout: tagsort tag: openbsd +title: "tags: openbsd" permalink: /tags/openbsd/ --- diff --git a/tags/tutorial.md b/tags/tutorial.md index 23fa884..92ea595 100644 --- a/tags/tutorial.md +++ b/tags/tutorial.md @@ -1,5 +1,6 @@ --- layout: tagsort tag: tutorial +title: "tags: tutorial" permalink: /tags/tutorial/ --- |
