You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
347 B

<%-
attachment = @node.attachments.limit(1)[0]
article_parts = parse_article_html(attachment&.body)
content_for :title, @node.page_title.blank? ? article_parts[:title] : @node.page_title
content_for :meta_description, @node.page_description.blank? ? article_parts[:description] : @node.page_description
%>
<%= session[:player_id] %>