We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486c108 commit 10796b8Copy full SHA for 10796b8
1 file changed
_includes/archive-single.html
@@ -29,12 +29,12 @@
29
border:none;
30
/* make image column a bit wider */
31
width:50%;
32
- max-width:280px;
+ max-width:50%;
33
vertical-align:top;
34
}
35
36
.papertext {
37
- width:80%;
+ width:50%;
38
vertical-align:middle;
39
40
padding-bottom:0%;
@@ -87,7 +87,7 @@
87
<td class="papertext">
88
<h2>{{ title }}</h2>
89
<p>{{ post.authors }}</p>
90
- <p><!-- TL;DR: --> {{ post.tldr }}</p>
+ <p><strong>TL;DR:</strong> {{ post.tldr }}</p>
91
{% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
92
<p><a href="{{ post.paperurl }}">[Paper]</a> |
93
<a href="{{ post.codeurl }}">[Code]</a> |
0 commit comments