10000 Merge pull request #81 from UziTech/patch-1 · githublucas420/githubWebsite@fc71561 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc71561

Browse files
Merge pull request #81 from UziTech/patch-1
fix mixed content
2 parents aa39b72 + 74be098 commit fc71561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<meta name="description" content="{{ meta_description }}" />
2424
<title>{{ user.name }}</title>
2525
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
26-
<link href="{{ "/assets/styles.css" | absolute_url }}" rel="stylesheet" type="text/css">
26+
<link href="{{ "/assets/styles.css" | relative_url }}" rel="stylesheet" type="text/css">
2727
</head>
2828
<body class="bg-white height-full" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}>

0 commit comments

Comments
 (0)
0