Skip to content

Commit 717c703

Browse files
author
hthiagarajan
committed
fix: update CSS path for GitHub Pages compatibility
1 parent 26f2d0e commit 717c703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Dr. Hariharan Thiagarajan - {% block title %}{% endblock %}</title>
77
<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') }}">
8+
<link rel="stylesheet" href="/static/css/style.css">
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
1010
</head>
1111
<body>

0 commit comments

Comments
 (0)