mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
tweak page description
This commit is contained in:
parent
9a753cabd8
commit
73b0748d43
@ -1,5 +1,5 @@
|
||||
<%
|
||||
page_description = @content.description
|
||||
page_description = "#{@content.name}, #{@content.description} — a fictional #{@content.class.name.downcase} on Notebook.ai"
|
||||
page_description ||= "#{@content.name} is a fictional #{@content.class.name.downcase} on Notebook.ai"
|
||||
|
||||
set_meta_tags title: @content.name,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user