an attempt to compact css and use clean-css and failing
All checks were successful
/ build (push) Successful in 29s
All checks were successful
/ build (push) Successful in 29s
This commit is contained in:
parent
723baf22fb
commit
2bc1a4c684
12 changed files with 4649 additions and 2180 deletions
|
|
@ -1,11 +1,13 @@
|
|||
---
|
||||
title: base
|
||||
---
|
||||
{% set css %} {% include "base.css" %} {% endset %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" page-is="goopy">
|
||||
<head>
|
||||
{% include "layouts/header.njk" %}
|
||||
<style>{{ css | cssmin }}</style>
|
||||
<script defer src="https://booping.synth.download/embed.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue