Function twitter_card::create_title

source ·
pub fn create_title(content: &str) -> String
Expand description

Create a Twitter title tag.

Title of content.

Used with summary, summary_large_image, player cards.

Panics.

Panics if the description is more than 70 characters.