adjust cloud scale, cache-bust css by build
This commit is contained in:
parent
8d3482cb4d
commit
f8c35f7f91
4 changed files with 19 additions and 10 deletions
|
@ -7,7 +7,7 @@ title: Joshua's Homepage
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="{{ "/site.css" | url }}?v2"/>
|
||||
<link rel="stylesheet" href="{{ "/site.css" | url }}?modified={{buildTime}}"/>
|
||||
<title>{{ computedTitle }} - {{ site.title }}</title>
|
||||
<meta property="og:title" content="{{ computedTitle }}" />
|
||||
<meta property="og:type" content="{{ article }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue