File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ title: Citations and acknowledgments
1616image : citations
1717content : <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...
You can’t perform that action at this time.
0 commit comments