mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 12:29:57 +00:00
update and fix meta descriptions
This commit is contained in:
parent
e9c438bc66
commit
091f630af2
@ -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.
|
||||
|
@ -1,5 +1,6 @@
|
||||
+++
|
||||
title = "Social"
|
||||
description = "Links to my accounts on various social services for identity, code, media, gaming and discussion."
|
||||
+++
|
||||
|
||||
## Identity
|
||||
|
@ -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"
|
||||
+++
|
||||
|
@ -2,8 +2,6 @@
|
||||
title = "Hello World"
|
||||
date = 2018-08-22
|
||||
|
||||
template = "blog/post.html"
|
||||
|
||||
[taxonomies]
|
||||
"blog/tags" = ["new"]
|
||||
"blog/categories" = ["meta"]
|
||||
|
@ -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`
|
||||
|
@ -15,7 +15,7 @@
|
||||
{% endmacro is_active_nav %}
|
||||
|
||||
{% macro meta_desc(ctx) %}
|
||||
{%- if ctx.description == "" -%}
|
||||
{%- if ctx.description -%}
|
||||
{{ ctx.description }}
|
||||
{%- else -%}
|
||||
{%- if ctx.summary -%}
|
||||
|
Loading…
Reference in New Issue
Block a user