tweak page description

This commit is contained in:
Andrew Brown 2021-07-29 01:03:23 -07:00
parent 9a753cabd8
commit 73b0748d43

View File

@ -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,