Update README.md

This commit is contained in:
Andros Fenollosa 2023-06-13 12:55:47 +02:00 committed by GitHub
parent b9132e8950
commit b562f8b973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ It will copy the URL to your clipboard to open the document share.
If you want it to look really nice, include the following lines at the beginning of your Org documents. If you want it to look really nice, include the following lines at the beginning of your Org documents.
```org ```org
#+html_head: <link rel="stylesheet" href="https://sandyuraz.com/styles/org.css"> #+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el/themes/light.css">
#+OPTIONS: toc:nil #+OPTIONS: toc:nil
#+OPTIONS: html-postamble:nil #+OPTIONS: html-postamble:nil
``` ```