diff --git a/assets/styles/main.less b/assets/styles/main.less
index cca04f5..762c9e6 100644
--- a/assets/styles/main.less
+++ b/assets/styles/main.less
@@ -319,6 +319,9 @@ a {
}
.post {
padding-bottom: 16px;
+ display: list-item;
+ list-style-type: square;
+ margin-left: 1em;
.post-title {
font-size: 18px;
transition: all 0.3s;
diff --git a/config.json b/config.json
index fb1d96f..d3bc369 100644
--- a/config.json
+++ b/config.json
@@ -91,6 +91,14 @@
"type": "input",
"note": "链接地址"
},
+ {
+ "name": "linkedin",
+ "label": "Linkedin",
+ "group": "社交",
+ "value": "",
+ "type": "input",
+ "note": "链接地址"
+ },
{
"name": "customCss",
"label": "自定义CSS",
diff --git a/templates/_blocks/head.ejs b/templates/_blocks/head.ejs
index 8295241..38d22da 100644
--- a/templates/_blocks/head.ejs
+++ b/templates/_blocks/head.ejs
@@ -4,21 +4,21 @@
-
+
<% if (typeof commentSetting !== 'undefined' && commentSetting.showComment) { %>
<% if (commentSetting.commentPlatform === 'gitalk') { %>
-
+
<% } %>
<% if (commentSetting.commentPlatform === 'disqus') { %>
-
+
<% } %>
<% } %>
-
+
<% if (site.customConfig.ga) { %>
diff --git a/templates/_blocks/scripts.ejs b/templates/_blocks/scripts.ejs
index a94331e..d70951b 100644
--- a/templates/_blocks/scripts.ejs
+++ b/templates/_blocks/scripts.ejs
@@ -1,4 +1,4 @@
-
+
<% if (site.customConfig.renderCode) { %>
-
+
@@ -22,7 +22,7 @@ var app = new Vue({
<% if (typeof commentSetting !== 'undefined' && commentSetting.showComment) { %>
<% if (commentSetting.commentPlatform === 'gitalk') { %>
-
+
+