commit 8e936b3cd913df609391be53e24c6e8cc462c465
parent fd9b49cbf0873528d2a8637e0f18ce056062336e
Author: Crazazy <crazazy@tilde.cafe>
Date: Mon, 31 Jan 2022 14:55:40 +0100
add SRI to the css imports
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/emacs.org b/emacs.org
@@ -1,7 +1,7 @@
#+TITLE:Emacs config
#+AUTHOR: Crazazy
#+PROPERTY: header-args :tangle yes :noweb yes :results silent
-#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css">
+#+HTML_HEAD: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/latex.css@1.6.0/style.min.css" integrity="sha256-Ncz7wrwMhIHPJupOT4BWvsCDbduC61SmpMasJCmvPB8=" crossorigin="anonymous">
#+OPTIONS: ^:nil p:t
Welp, here it goes. This is a literal config for my emacs setup
diff --git a/nixos.org b/nixos.org
@@ -1,7 +1,7 @@
#+TITLE:Nixos Config
#+AUTHOR: Crazazy
#+PROPERTY: header-args :tangle yes :noweb yes :results silent
-#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css">
+#+HTML_HEAD: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/latex.css@1.6.0/style.min.css" integrity="sha256-Ncz7wrwMhIHPJupOT4BWvsCDbduC61SmpMasJCmvPB8=" crossorigin="anonymous">
#+OPTIONS: ^:nil p:t
This is the nixos config. Right now it is a bit of a hack because I don't have a [[https://github.com/rasendubi/dotfiles#patch-ob-tangle][ob-tangle patch]] but that can come
diff --git a/readme.org b/readme.org
@@ -1,7 +1,7 @@
#+title: Crazazy's literal config
#+author: Crazazy
#+PROPERTY: header-args :tangle yes :noweb yes :results silent
-#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css">
+#+HTML_HEAD: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/latex.css@1.6.0/style.min.css" integrity="sha256-Ncz7wrwMhIHPJupOT4BWvsCDbduC61SmpMasJCmvPB8=" crossorigin="anonymous">
#+OPTIONS: ^:nil p:t
This is my collection of literal config for my global and emacs setup