Skip to content

Commit 0d3f613

Browse files
committed
Add turbo-flask package
1 parent 4a7b864 commit 0d3f613

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/content/pages/frameworks/flask.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ breadcrumb: Flask
99

1010
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
1111
<% page.with_title(title: current_page.data.fetch("title")) %>
12+
<h3 class="mt-8 mb-4 text-2xl font-bold">Packages</h3>
1213

13-
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %>
14+
<%= link_to "turbo-flask", "https://github.com/miguelgrinberg/turbo-flask", target: :_blank %><br>
1415
<% end %>

0 commit comments

Comments
 (0)