We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f2d0e commit 717c703Copy full SHA for 717c703
1 file changed
templates/base.html
@@ -5,7 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Dr. Hariharan Thiagarajan - {% block title %}{% endblock %}</title>
7
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
8
- <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css', _scheme='https') }}">
+ <link rel="stylesheet" href="/static/css/style.css">
9
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
10
</head>
11
<body>
0 commit comments