more style
This commit is contained in:
parent
316e8f787e
commit
b44809d91b
|
@ -109,7 +109,7 @@
|
|||
</div>
|
||||
<div id="authorBio">
|
||||
<a name="bio"></a>
|
||||
<h3>About {{ text.author }}</h3>
|
||||
<h3>{{ text.author }}</h3>
|
||||
{{ text.author_bio }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -10,12 +10,15 @@
|
|||
h1 {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.text {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Padma essays</h1>
|
||||
{% for t in texts %}
|
||||
<div>
|
||||
<div class="text">
|
||||
<a href="{{t.get_absolute_url}}" title="{{t.title}}">{{ t.title }}</a><br />
|
||||
by {{ t.author }}
|
||||
{{ t.abstract|safe }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user