Skip to content

Commit

Permalink
Merge pull request #6251 from roed314/top_rcs
Browse files Browse the repository at this point in the history
Add top-level rcs page
  • Loading branch information
JohnCremona authored Nov 15, 2024
2 parents 4c5f66f + b9eebfa commit 672e518
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lmfdb/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,12 @@ def index():
def about():
return render_template("about.html", title="About the LMFDB")

@app.route("/rcs")
def top_rcs():
t = "Source, reliability, and completeness"
bread = [(t, " ")]
return render_template("single.html", kid="rcs", title=t, bread=bread)


@app.route("/health")
@app.route("/alive")
Expand Down
2 changes: 1 addition & 1 deletion lmfdb/homepage/index_boxes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ links:
---
title: Learn more
image: smalluniverse
content: <p>Information is available regarding the <a href="/knowledge/show/rcs">source, reliability, and completeness</a> of the database.</p>
content: <p>Information is available regarding the <a href="/rcs">source, reliability, and completeness</a> of the database.</p>
<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>
control: 0
links:
Expand Down

0 comments on commit 672e518

Please sign in to comment.