Skip to content

Commit

Permalink
Add linkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jul 19, 2023
1 parent 06d306c commit d6a21db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
{%block linkstyle%}{%endblock%}
<link href="/css/bulma.min.css" rel="stylesheet" />
<link href="/faw/css/all.min.css" rel="stylesheet" />
<title>{%block head_title%}{%endblock%} | COSCUP Volunteer</title>
Expand Down
4 changes: 2 additions & 2 deletions templates/schedule_talks.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<meta property="twitter:site" content="@coscup">
{%endblock%}

{%block style%}
<link href="{{ url_for('static', filename='buefy.min.css') }}" rel="stylesheet">
{%block linkstyle%}
<link href="/static/buefy.min.css" rel="stylesheet">
{%endblock%}
{% block body %}
<section class="section">
Expand Down

0 comments on commit d6a21db

Please sign in to comment.