We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49025e6 commit 1726e58Copy full SHA for 1726e58
_includes/footer.html
@@ -288,7 +288,7 @@
288
searchResultTemplate: '<div class="post-preview item"><a href="{url}"><h2 class="post-title">{title}</h2><h3 class="post-subtitle">{subtitle}</h3><hr></a></div>',
289
noResultsText: 'No results',
290
limit: 50,
291
- fuzzy: true,
+ fuzzy: false,
292
// a hack to get escaped subtitle unescaped. for some reason,
293
// post.subtitle w/o escape filter nuke entire search.
294
templateMiddleware: function (prop, value, template) {
_posts/data_rep/2020-06-19-data-rep-int.md
@@ -0,0 +1,17 @@
1
+---
2
+title: "「数据表示」整型"
3
+subtitle: "Data Representation - Integer"
4
+layout: post
5
+author: "Hux"
6
+header-style: text
7
+tags:
8
+ - 基础
9
10
+
11
12
13
14
15
16
17
0 commit comments