You are here

function cms_blog_page_attachments in Glazed CMS Blog 8

Implements hook_page_attachments().

File

./cms_blog.module, line 11
Primary module hooks for CMS Blog module.

Code

function cms_blog_page_attachments(array &$attachments) {
  $attachments['#attached']['library'][] = 'cms_blog/cms_blog';
}