about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-16 14:57:29 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-16 14:57:29 +0900
commit062a493ffec4474ef9fdd80ba7d9b947d23d72d3 (patch)
tree684e62b670fa15e385b98f81e92d89cd30378a4b
parent602652b13cb1d2a737d094558fbef4cb8e2a1110 (diff)
downloadsite-062a493ffec4474ef9fdd80ba7d9b947d23d72d3.tar.gz
Revert Open Graph support
-rw-r--r--_layout/head.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/_layout/head.html b/_layout/head.html
index 70779f7..3e4d65f 100644
--- a/_layout/head.html
+++ b/_layout/head.html
@@ -1,10 +1,5 @@
 {{insert hair.html}}
-{{isnotempty rss}}<meta name=description content='{{rss_description}}'>{{end}}
-{{isdef title}}<meta property=og:title content='{{title}}'>{{end}}
-<meta property=og:site_name content={{website_title}}>
-<meta property=og:type content=article>
-<meta property=og:url content={{fd_full_url}}>
-<meta property=og:image content={{website_url}}/assets/favicon.png>
+{{isnotempty rss}}<meta name=description content="{{rss_description}}">{{end}}
 {{if hasmath}}<link rel=stylesheet href=/css/katex.min.css>{{end}}
 {{isdef title}}<title>{{title}} - McSinyx</title>{{end}}
 <body>