@@ -43,14 +43,14 @@

{% endunless %}
- {% if page.toc %} + {{ content }} {% if page.link %}{% endif %}
diff --git a/_posts/2014-05-17-sublime.md b/_posts/2014-05-17-sublime.md index 7f35db5..a797391 100644 --- a/_posts/2014-05-17-sublime.md +++ b/_posts/2014-05-17-sublime.md @@ -1,5 +1,5 @@ --- -layout: article +layout: single title: Install GoSublime and ctags on Ubuntu or Mac category: golang --- diff --git a/_posts/2014-09-01-first.md b/_posts/2014-09-01-first.md index 4a38c28..4411c48 100644 --- a/_posts/2014-09-01-first.md +++ b/_posts/2014-09-01-first.md @@ -1,5 +1,5 @@ --- -layout: article +layout: single title: Go Slice Study Notes category: golang --- diff --git a/_posts/2014-09-04-first.md b/_posts/2014-09-04-first.md index 4355ae7..9827e97 100644 --- a/_posts/2014-09-04-first.md +++ b/_posts/2014-09-04-first.md @@ -1,5 +1,5 @@ --- -layout: article +layout: single title: ubuntu下有线连接显示线缆已拔出 category: linux --- diff --git a/_posts/2016-02-02-schema-change-implement.md b/_posts/2016-02-02-schema-change-implement.md index a463306..ec6da83 100644 --- a/_posts/2016-02-02-schema-change-implement.md +++ b/_posts/2016-02-02-schema-change-implement.md @@ -1,5 +1,5 @@ --- -layout: article +layout: single title: TiDB 的异步 schema 变更实现 --- diff --git a/_posts/2017-12-24-optimize.md b/_posts/2017-12-24-optimize.md index bc59885..4070646 100644 --- a/_posts/2017-12-24-optimize.md +++ b/_posts/2017-12-24-optimize.md @@ -1,5 +1,5 @@ --- -layout: article +layout: single title: TiDB 的异步 schema 变更优化 --- diff --git a/_posts/2024-12-01-otel-quick-start.md b/_posts/2024-12-01-otel-quick-start.md index d90da9a..9451068 100644 --- a/_posts/2024-12-01-otel-quick-start.md +++ b/_posts/2024-12-01-otel-quick-start.md @@ -1,5 +1,5 @@ --- -layout: article +layout: single title: Golang 中的 OpenTelemetry 快速入门 category: golang ---