Skip to content

Commit 79dc2dd

Browse files
authored
Merge pull request #4 from vvmlist/wacky
html_meta
2 parents ba81d46 + a9ce2c6 commit 79dc2dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_layouts/common.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="title" property="og:title" content="vvmlist">
6+
<meta name="image" property="og:image" content="https://raw.githubusercontent.com/vvmlist/vvmlist.github.io/refs/heads/main/assets/li.jpg">
57
<title>
68
{% if page.url != '/' %}
79
{% if page.layout == 'bin' %}
@@ -23,4 +25,4 @@
2325
{{ content }}
2426

2527
</body>
26-
</html>
28+
</html>

assets/li.jpg

169 KB
Loading

0 commit comments

Comments
 (0)