mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
46bead873b
commit
596f5bb4d5
1 changed files with 22 additions and 8 deletions
|
@ -258,15 +258,29 @@ class XontribsPage(Routes):
|
|||
def get(self):
|
||||
yield t.card()[
|
||||
t.card_body()[
|
||||
t.card_title()[
|
||||
"Popular xontrib sources"
|
||||
],
|
||||
t.card_title()["Popular xontrib sources"],
|
||||
t.card_body()[
|
||||
t.li()[t.a(href="https://github.com/topics/xontrib")["Xontribs on Github"]],
|
||||
t.li()[t.a(href="https://github.com/xonsh/awesome-xontribs")["Awesome xontribs"]],
|
||||
t.li()[t.a(href="https://xon.sh/api/_autosummary/xontribs/xontrib.html")["Core xontribs"]],
|
||||
t.li()[t.a(href="https://github.com/xonsh/xontrib-template")["Create a xontrib step by step from template"]],
|
||||
]
|
||||
t.li()[
|
||||
t.a(href="https://github.com/topics/xontrib")[
|
||||
"Xontribs on Github"
|
||||
]
|
||||
],
|
||||
t.li()[
|
||||
t.a(href="https://github.com/xonsh/awesome-xontribs")[
|
||||
"Awesome xontribs"
|
||||
]
|
||||
],
|
||||
t.li()[
|
||||
t.a(
|
||||
href="https://xon.sh/api/_autosummary/xontribs/xontrib.html"
|
||||
)["Core xontribs"]
|
||||
],
|
||||
t.li()[
|
||||
t.a(href="https://github.com/xonsh/xontrib-template")[
|
||||
"Create a xontrib step by step from template"
|
||||
]
|
||||
],
|
||||
],
|
||||
]
|
||||
]
|
||||
yield t.br()
|
||||
|
|
Loading…
Add table
Reference in a new issue