diff --git a/content/about/_index.md b/content/about/_index.md index 6d0ef63..7b115ce 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -1,6 +1,7 @@ +++ template = "about.html" insert_anchor_links = "right" +description = "Hi! I'm James, a fellow earthling living in Australia." +++ Hi! I'm James, a fellow earthling living in Australia. diff --git a/content/about/social.md b/content/about/social.md index c6d53f5..e670f31 100644 --- a/content/about/social.md +++ b/content/about/social.md @@ -1,5 +1,6 @@ +++ title = "Social" +description = "Links to my accounts on various social services for identity, code, media, gaming and discussion." +++ ## Identity diff --git a/content/blog/_index.md b/content/blog/_index.md index 343d9f1..1e0e525 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -2,4 +2,6 @@ paginate_by = 10 insert_anchor_links = "right" template = "blog.html" +description = "The barren desert... uh... personal blog of avitex." +page_template = "blog/post.html" +++ diff --git a/content/blog/hello-world.md b/content/blog/hello-world.md index d543a65..0b6e00f 100644 --- a/content/blog/hello-world.md +++ b/content/blog/hello-world.md @@ -2,8 +2,6 @@ title = "Hello World" date = 2018-08-22 -template = "blog/post.html" - [taxonomies] "blog/tags" = ["new"] "blog/categories" = ["meta"] diff --git a/content/projects/_index.md b/content/projects/_index.md index cb1319c..37ef3e5 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,10 +1,11 @@ +++ template = "projects.html" insert_anchor_links = "right" +description = "Project repositories, along with their associated state. PRs are always welcome, see my about page to contact me." +++ Project repositories, along with their associated state. -PRs are always welcome, see my [about](@/about/_index.md) to contact me. +PRs are always welcome, see my [about page](@/about/_index.md) to contact me. ## Rust - `arae` - [git](https://github.com/avitex/rust-arae) - `todo`, `v0.1` diff --git a/templates/macros.html b/templates/macros.html index a298adc..0b5a992 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -15,7 +15,7 @@ {% endmacro is_active_nav %} {% macro meta_desc(ctx) %} - {%- if ctx.description == "" -%} + {%- if ctx.description -%} {{ ctx.description }} {%- else -%} {%- if ctx.summary -%}