mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 02:36:07 +10:00
testing
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
<meta property="og:description" content="Documentation for Litruv's tools and projects">
|
||||
<meta property="og:url" content="">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Documentation">
|
||||
<meta name="twitter:description" content="Documentation for Litruv's tools and projects">
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism-tomorrow.min.css">
|
||||
@@ -19,7 +18,7 @@
|
||||
|
||||
<script>
|
||||
var link = document.createElement('meta');
|
||||
link.setAttribute('property', 'og:site_name');
|
||||
link.setAttribute('property', 'twitter:title');
|
||||
link.content = "Litruv Documentation Test OG Tags";
|
||||
document.getElementsByTagName('head')[0].appendChild(link);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user