Skip to content

Commit c9abc26

Browse files
authored
tutorial_item: Add author (#6)
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 2bbf816 commit c9abc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/tutorial_item_template.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
{% block content %}
66
<body>
7-
<h1>{{ tutorial.title }}</h1>
8-
7+
<h1 style="line-height: 0.7em;">{{ tutorial.title }}</h1>
8+
<h3 style="line-height: 0.7em;"><em>{{ tutorial.author }}</em></h3>
99
<table width="656">
1010
<tr>
1111
<td>

0 commit comments

Comments
 (0)