Skip to content

Commit 10a38f2

Browse files
committed
Site updated: 2018-08-23 01:54:21
1 parent 3b76822 commit 10a38f2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

2018/07/25/1/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 class="title">千里之行,始于笔下</h1>
8989
app_key: '6pu05MQIG17NusspzGTK4xY3',
9090
placeholder: '快来加入评论吧~ (≧∇≦)ノ',
9191
avatar: 'monsterid',
92-
path: 'window.location.pathname'
92+
path: window.location.pathname
9393
});
9494
</script>
9595

2018/07/26/2/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1 class="title">人生苦短,我用SQL</h1>
111111
app_key: '6pu05MQIG17NusspzGTK4xY3',
112112
placeholder: '快来加入评论吧~ (≧∇≦)ノ',
113113
avatar: 'monsterid',
114-
path: 'window.location.pathname'
114+
path: window.location.pathname
115115
});
116116
</script>
117117

2018/08/11/drill/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1 class="title">Drill在AI场景下的应用</h1>
135135
app_key: '6pu05MQIG17NusspzGTK4xY3',
136136
placeholder: '快来加入评论吧~ (≧∇≦)ノ',
137137
avatar: 'monsterid',
138-
path: 'window.location.pathname'
138+
path: window.location.pathname
139139
});
140140
</script>
141141

2018/08/20/ETL/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h4 id="0x03-小结"><a href="#0x03-小结" class="headerlink" title="0x03 小
108108
app_key: '6pu05MQIG17NusspzGTK4xY3',
109109
placeholder: '快来加入评论吧~ (≧∇≦)ノ',
110110
avatar: 'monsterid',
111-
path: 'window.location.pathname'
111+
path: window.location.pathname
112112
});
113113
</script>
114114

2018/08/20/data_structure/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h4 id="0x04-优化方向"><a href="#0x04-优化方向" class="headerlink" title
9898
app_key: '6pu05MQIG17NusspzGTK4xY3',
9999
placeholder: '快来加入评论吧~ (≧∇≦)ノ',
100100
avatar: 'monsterid',
101-
path: 'window.location.pathname'
101+
path: window.location.pathname
102102
});
103103
</script>
104104

2018/08/21/data_event_time_problem/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h4 id="0x04-总结"><a href="#0x04-总结" class="headerlink" title="0x04 总
9797
app_key: '6pu05MQIG17NusspzGTK4xY3',
9898
placeholder: '快来加入评论吧~ (≧∇≦)ノ',
9999
avatar: 'monsterid',
100-
path: 'window.location.pathname'
100+
path: window.location.pathname
101101
});
102102
</script>
103103

js/diaspora.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ $(function() {
485485
appKey: '6pu05MQIG17NusspzGTK4xY3',
486486
placeholder: '快来加入评论吧~ (≧∇≦)ノ',
487487
avatar: 'monsterid',
488-
path: 'window.location.pathname'
488+
path: window.location.pathname
489489
});
490490
$(".comment").removeClass("link")
491491
// gitalk.render('gitalk-container')

0 commit comments

Comments
 (0)