blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #81 from UziTech/patch-1

fix mixed content

authored by

Brandon Rosage and committed by
GitHub
fc715614 aa39b729

+1 -1
+1 -1
_includes/header.html
··· 23 23 <meta name="description" content="{{ meta_description }}" /> 24 24 <title>{{ user.name }}</title> 25 25 <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"> 27 27 </head> 28 28 <body class="bg-white height-full" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}>