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:
parent
f847f28f09
commit
e7e610f22c
|
@ -170,7 +170,20 @@ display:
|
||||||
label: ''
|
label: ''
|
||||||
granularity: second
|
granularity: second
|
||||||
title: Blog
|
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: { }
|
footer: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
relationships: { }
|
relationships: { }
|
||||||
|
|
|
@ -156,7 +156,20 @@ display:
|
||||||
granularity: second
|
granularity: second
|
||||||
plugin_id: event_sort
|
plugin_id: event_sort
|
||||||
title: Talks
|
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: { }
|
footer: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
relationships: { }
|
relationships: { }
|
||||||
|
|
Loading…
Reference in a new issue