diff --git a/config/install/views.view.content_topic.yml b/config/install/views.view.content_topic.yml index 2c24b423..96a5a2fa 100644 --- a/config/install/views.view.content_topic.yml +++ b/config/install/views.view.content_topic.yml @@ -330,6 +330,59 @@ display: multi_type: separator separator: ', ' field_api_classes: false + view_node: + id: view_node + table: node + field: view_node + relationship: none + group_type: group + admin_label: '' + entity_type: node + plugin_id: entity_link + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: view + output_url_as_text: true + absolute: false pager: type: mini options: @@ -535,6 +588,9 @@ display: field_published: alias: date raw_output: false + view_node: + alias: link + raw_output: false display_description: '' display_extenders: { } path: data/articles-topic diff --git a/themes/custom/convivial_bootstrap/handlebars/item-basic-card.html.hbs b/themes/custom/convivial_bootstrap/handlebars/item-basic-card.html.hbs index e5e973ee..b8a1c36f 100644 --- a/themes/custom/convivial_bootstrap/handlebars/item-basic-card.html.hbs +++ b/themes/custom/convivial_bootstrap/handlebars/item-basic-card.html.hbs @@ -10,14 +10,9 @@ {{~{ type }~}} {{/if}} - {{#if date}} -
- {{~{ date }~}} -
- {{/if}} {{#if link}}

- {{~{ title }~}} + {{{ title }}}

{{else}}

@@ -29,6 +24,11 @@ {{~{ body }~}} {{/if}} + {{#if date}} +
+ {{~{ date }~}} +
+ {{/if}}