Skip to content

Commit e6389ae

Browse files
committed
Make boxes same size again
1 parent 117a7e8 commit e6389ae

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

lmfdb/homepage/boxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, data):
1212
# Dynamic content generated from knowl
1313
from lmfdb.knowledge.knowl import knowldb
1414
from lmfdb.knowledge.main import md
15-
max_entries = 4
15+
max_entries = 3
1616
content = [line.strip() for line in
1717
knowldb.get_knowl("content.announcements", ["content"])["content"].split("\n")]
1818
# Only keep lines that are part of an unordered list

lmfdb/homepage/index_boxes.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ title: Citations and acknowledgments
1616
image: citations
1717
content: <ul>
1818
<li><a href="/citation">How to cite the LMFDB</a></li>
19-
<li><a href="https://github.com/LMFDB/lmfdb">Source code repository</li>
20-
<li><a href="/management">Editorial board</li>
21-
<li><a href="/acknowledgment">Acknowledgments</li>
22-
<li><a href="/acknowledgment/activities">Activities</li>
19+
<li><a href="https://github.com/LMFDB/lmfdb">Source code repository</a></li>
20+
<li><a href="/management">Editorial board</a></li>
21+
<li><a href="/acknowledgment">Acknowledgments</a> and <a href="/acknowledgment/activities">activities</a></li>
2322
</ul>
2423
...

0 commit comments

Comments
 (0)