Add description to OGP tags
This commit is contained in:
parent
eb695f27bd
commit
c75b0628c2
|
@ -17,6 +17,7 @@
|
|||
<meta property="og:image:width" content="800" />
|
||||
<meta property="og:image:height" content="400" />
|
||||
<meta property="og:image:alt" content="The pronouns {{pronoun.subject_pronoun | capitalize}}/{{pronoun.object_pronoun | capitalize}}" />
|
||||
<meta property="og:description" content="{{ name.as_ref().map(String::as_str).unwrap_or("Whoever posted this") }} uses any pronouns, but for today, {{pronoun.subject_pronoun}} would appreciate it if you used {{pronoun.render_threeform()}} pronouns for {{pronoun.object_pronoun}}." />
|
||||
|
||||
<style>
|
||||
#form {
|
||||
|
|
Loading…
Reference in a new issue