We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a9794 commit 00d2e54Copy full SHA for 00d2e54
_layouts/post.html
@@ -7,3 +7,7 @@ <h1>{{ page.title }}</h1>
7
<p class="meta">By {{ page.author }} at {{ page.date | date: "%Y-%m-%d" }}</p>
8
{{ content }}
9
</article>
10
+
11
+<aside class="container">
12
+{% include duoshuo-comment.html %}
13
+</aside>
assets/css/common.css
@@ -126,8 +126,7 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
126
127
128
129
-article.container,
130
-article.container{
+.page-log .container:not(nav){
131
max-width: 640px;
132
font-size: 1.2em;
133
line-height: 1.8em;
0 commit comments