mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
update theme color
This commit is contained in:
parent
5f145757df
commit
e070fc6935
3 changed files with 4 additions and 4 deletions
|
@ -90,7 +90,7 @@ impl ResourceMethods<BlogPostTemplateData> for ResourceMetadata<BlogPostMetadata
|
|||
description: Some(self.inner.desc.clone()),
|
||||
image: Some(self.inner.get_header_image(site_config)?),
|
||||
url: None,
|
||||
theme_color: "rgb(255, 196, 252)".to_string(),
|
||||
theme_color: EmbedMetadata::default_theme_color(),
|
||||
large_image: true,
|
||||
}
|
||||
.build())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue