Move symfony stuff to own folder
This commit is contained in:
5
symfony/templates/components/head/_open_graph.html.twig
Normal file
5
symfony/templates/components/head/_open_graph.html.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://joeac.net{{ path(app.current_route, app.current_route_parameters) }}" />
|
||||
<meta property="og:title" content="{{ title }}" />
|
||||
<meta property="og:description" content="{{ description }}" />
|
||||
<meta property="og:image" content="/images/headshot.webp" />
|
||||
Reference in New Issue
Block a user