Mirror of https://github.com/roostorg/playground github.com/roostorg/playground
0
fork

Configure Feed

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

cache bust stylesheet

+1 -1
+1 -1
_layouts/default.html
··· 25 25 <link rel="preconnect" href="https://fonts.googleapis.com"> 26 26 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 27 27 <link href="https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet"> 28 - <link rel="stylesheet" type="text/css" media="all" href="style.css"> 28 + <link rel="stylesheet" type="text/css" media="all" href="{{ 'style.css' | append: '?v=' | append: hash }}"> 29 29 </head> 30 30 <body> 31 31 <header>