From 5eaf20b311416f98aadf764bd83868f1e8133e30 Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Mon, 31 May 2021 00:32:21 -0400
Subject: bsd-auth: Move CSS to bottom to get it out of the summary

---
 .../WIP-how-bsd-authentication-works/index.org     | 25 +++++++++++-----------
 1 file changed, 12 insertions(+), 13 deletions(-)

(limited to 'content')

diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org
index 17fb53b..dcc8054 100644
--- a/content/posts/WIP-how-bsd-authentication-works/index.org
+++ b/content/posts/WIP-how-bsd-authentication-works/index.org
@@ -8,18 +8,6 @@
 #+SLUG:
 #+SUMMARY:
 
-#+begin_export html
-<style>
-  details > summary {
-    list-style: none;
-  }
-  details > summary::-webkit-details-marker {
-    display: none;
-  }
-</style>
-#+end_export
-
-[[https://web.archive.org/web/20170327150148/http://www.penzin.net/bsdauth/]]
 * History
   :PROPERTIES:
   :CUSTOM_ID: history
@@ -2619,7 +2607,7 @@
   It returns =0= if the user is allowed to login, and =-1= otherwise.
 
 * Notes
-
+  https://web.archive.org/web/20170327150148/http://www.penzin.net/bsdauth/
   - In the man page for [[https://man.openbsd.org/auth_subr.3#auth_call][=auth_call=]] it says
     #+begin_src text
     path    The full path name of the login script to run.  The call will
@@ -2802,3 +2790,14 @@
    ,*/
   #+end_src
   @@html: </details> @@
+
+#+begin_export html
+<style>
+  details > summary {
+    list-style: none;
+  }
+  details > summary::-webkit-details-marker {
+    display: none;
+  }
+</style>
+#+end_export
-- 
cgit v1.2.3