This commit is contained in:
2020-12-02 17:58:23 +08:00
parent 6042eb2714
commit eaf4f5efb7
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
<script src="/js/jquery-3.2.1.min.js"></script>
<script>
$("meta[property='og:title']").content = "测试动态"
$("meta[property='og:title']")[0].content = "测试动态"
</script>
</body>