Skip to content

Commit 568f921

Browse files
committed
模板
1 parent 8b6e036 commit 568f921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<! -- sidebar.html -->
22
<header class="sidebar-header" role="banner">
33
<a href="{{ site.BASE_PATH }}/">
4-
<img src="http://www.gravatar.com/avatar/{{site.author.email_md5}}?s=150" class="img-circle" />
4+
<img src="https://avatars0.githubusercontent.com/u/8487818?v=2&u=6a25bfef8f8d19b2a1b32ad63766fa7fb82c05f8&s=140" class="img-circle" />
55
</a>
66
<h3 class="title">
77
<a href="{{ site.BASE_PATH }}/">{{ site.title }}</a>

_posts/2014-08-19-how-to-use-log4j-mdc.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "LogBack sl4j 通过MDC实现日志记录区分用户Session[以Spring mvc为例]"
3+
title: "LogBack-Sl4j-MDC区分日志Request[以Spring mvc为例]"
44
date: 2014-08-19 12:37:55
55
categories: Java
66
---

0 commit comments

Comments
 (0)