diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index c1af9e6..1916ef4 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -2,15 +2,15 @@ "ExpandedNodes": [ "", "\\assets", + "\\assets\\js", "\\assets\\sound", "\\_about", "\\_credits", "\\_includes", "\\_layouts", - "\\_posts", "\\_sass", "\\_sass\\minima" ], - "SelectedNode": "\\_about\\1oolm.md", + "SelectedNode": "\\_layouts\\posts.html", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo index a212d94..28f8f2d 100644 Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 9b0ecf9..e6f101d 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/_includes/header.html b/_includes/header.html index 0851e77..eda0615 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@ {%- assign page_paths = site.header_pages | default: default_paths -%} diff --git a/_includes/social.html b/_includes/social.html index 46bb748..85fd15f 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -4,7 +4,6 @@
> github - [source]
> roblox diff --git a/_layouts/posts.html b/_layouts/posts.html index f1a2a12..78d9f96 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -6,7 +6,7 @@ {{ content }} {%- if site.posts.size > 0 -%} -

{{ page.list_title | default: "Posts" }} (search)

+

{{ page.list_title | default: "Posts" }} (categories)