update and fix meta descriptions

This commit is contained in:
avitex 2020-04-14 19:17:47 +10:00
parent e9c438bc66
commit 091f630af2
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
6 changed files with 7 additions and 4 deletions

View File

@ -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.

View File

@ -1,5 +1,6 @@
+++
title = "Social"
description = "Links to my accounts on various social services for identity, code, media, gaming and discussion."
+++
## Identity

View File

@ -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"
+++

View File

@ -2,8 +2,6 @@
title = "Hello World"
date = 2018-08-22
template = "blog/post.html"
[taxonomies]
"blog/tags" = ["new"]
"blog/categories" = ["meta"]

View File

@ -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`

View File

@ -15,7 +15,7 @@
{% endmacro is_active_nav %}
{% macro meta_desc(ctx) %}
{%- if ctx.description == "" -%}
{%- if ctx.description -%}
{{ ctx.description }}
{%- else -%}
{%- if ctx.summary -%}