fix mixed content
This commit is contained in:
parent
aa39b729fb
commit
74be098d8f
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
|||
<meta name="description" content="{{ meta_description }}" />
|
||||
<title>{{ user.name }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="{{ "/assets/styles.css" | absolute_url }}" rel="stylesheet" type="text/css">
|
||||
<link href="{{ "/assets/styles.css" | relative_url }}" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body class="bg-white height-full" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}>
|
||||
|
|
Loading…
Reference in a new issue