diff --git a/config/default/views.view.blog_posts.yml b/config/default/views.view.blog_posts.yml index 08c1d8e..dfcc415 100644 --- a/config/default/views.view.blog_posts.yml +++ b/config/default/views.view.blog_posts.yml @@ -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: { } diff --git a/config/default/views.view.talks.yml b/config/default/views.view.talks.yml index c41eaea..9745dc6 100644 --- a/config/default/views.view.talks.yml +++ b/config/default/views.view.talks.yml @@ -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: { }