Skip to content

Commit b9eebfa

Browse files
committed
Add top-level rcs page
1 parent 4c5f66f commit b9eebfa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lmfdb/app.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,12 @@ def index():
359359
def about():
360360
return render_template("about.html", title="About the LMFDB")
361361

362+
@app.route("/rcs")
363+
def top_rcs():
364+
t = "Source, reliability, and completeness"
365+
bread = [(t, " ")]
366+
return render_template("single.html", kid="rcs", title=t, bread=bread)
367+
362368

363369
@app.route("/health")
364370
@app.route("/alive")

lmfdb/homepage/index_boxes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ links:
1818
---
1919
title: Learn more
2020
image: smalluniverse
21-
content: <p>Information is available regarding the <a href="/knowledge/show/rcs">source, reliability, and completeness</a> of the database.</p>
21+
content: <p>Information is available regarding the <a href="/rcs">source, reliability, and completeness</a> of the database.</p>
2222
<p><a href="/knowledge/show/doc.knowl">Knowls</a> provide explanations when you need them.</p><p><a href="/intro">Overview</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/universe">LMFDB universe</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/knowledge/">Knowledge</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/api/">Data</a></p>
2323
control: 0
2424
links:

0 commit comments

Comments
 (0)