Add header text to blog and talks pages

Uses the `[opdavies_talks:talk_count]` token for the talks page to
display the number of given talks.

Fixes #31
This commit is contained in:
Oliver Davies 2020-10-24 10:20:34 +01:00
parent f847f28f09
commit e7e610f22c
2 changed files with 28 additions and 2 deletions

View file

@ -170,7 +170,20 @@ display:
label: ''
granularity: second
title: Blog
header: { }
header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: false
tokenize: false
content:
value: 'I enjoy writing articles and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.'
format: full_html
plugin_id: text
footer: { }
empty: { }
relationships: { }

View file

@ -156,7 +156,20 @@ display:
granularity: second
plugin_id: event_sort
title: Talks
header: { }
header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: false
tokenize: false
content:
value: 'After giving my first talk in September 2012, I have now given [opdavies_talks:talk_count] presentations at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, Git, CSS, and systems administration.'
format: full_html
plugin_id: text
footer: { }
empty: { }
relationships: { }