francisbarton / myrmidon

A package containing functions I want to have available most times I start up R, as well as my own HTML5 RMarkdown template.
MIT License
4 stars 0 forks source link

Invalid meta tag in RMarkdown HTML template #7

Open francisbarton opened 2 years ago

francisbarton commented 2 years ago

html5_template.html contains

<meta property="og:title" property="twitter:title" content="blah" />

which is invalid due to the property attribute being repeated. Fix by splitting out into two separate tags.