[Org, Misc] Better headers, simplify org file, fix typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# -*- mode: org; org-confirm-babel-evaluate: nil -*-
|
||||
# -*- mode: org -*-
|
||||
#+AUTHOR: Lucien Cartier-Tilet
|
||||
#+EMAIL: lucien@phundrak.com
|
||||
#+CREATOR: Lucien Cartier-Tilet
|
||||
@@ -25,12 +25,12 @@
|
||||
#+html_head: <meta name="twitter:card" content="summary" />
|
||||
#+html_head: <meta name="twitter:site" content="@phundrak" />
|
||||
#+html_head: <meta name="twitter:creator" content="@phundrak" />
|
||||
#+html_head: <link rel="stylesheet" href="/style/main.css"/>
|
||||
#+html_head: <link rel="shortcut icon" href="/img/icon.png" type="img/png" media="screen" />
|
||||
#+html_head: <link rel="stylesheet" href="https://langue.phundrak.com/style/main.css"/>
|
||||
#+html_head: <link rel="shortcut icon" href="https://langue.phundrak.com/img/icon.png" type="img/png" media="screen" />
|
||||
#+html_head: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/favicon.ico" type="image/x-icon" media="screen" />
|
||||
#+html_head: <link rel="shortcut icon" href="/img/icon.png" type="img/png" media="screen" />
|
||||
#+html_head: <link rel="apple-touch-icon" href="/img/icon.png" />
|
||||
#+html_head: <script defer src="/dart/main.dart.js"></script>
|
||||
#+html_head: <link rel="shortcut icon" href="https://langue.phundrak.com/img/icon.png" type="img/png" media="screen" />
|
||||
#+html_head: <link rel="apple-touch-icon" href="https://langue.phundrak.com/img/icon.png" />
|
||||
#+html_head: <script defer src="https://langue.phundrak.com/dart/main.dart.js"></script>
|
||||
#+html_head: <!-- Matomo -->
|
||||
#+html_head: <script type="text/javascript">
|
||||
#+html_head: var _paq = window._paq = window._paq || [];
|
||||
|
||||
Reference in New Issue
Block a user