You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ass/views/opengraph.pug

7 lines
470 B

meta(property='og:title' content='ass - The simple self-hosted ShareX server')
meta(property='og:type' content='website')
meta(property='og:url' content='https://github.com/tycrek/ass')
meta(property='og:description' content='ass is a self-hosted ShareX upload server written in Node.js')
meta(property='og:image' content='https://jmoore.dev/files/ass-GitHub-banner.png')
meta(name='twitter:card' content='summary_large_image')
meta(name='theme-color' content='#ff8509')