Add viewport settings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- 2022-03-18 Fri 19:30 -->
|
||||
<!-- 2022-03-18 Fri 19:37 -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Emacs Log 1: This Blog</title>
|
||||
@@ -190,6 +190,8 @@
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
</style>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/static/style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
@@ -202,9 +204,9 @@
|
||||
</div>
|
||||
<div id="content" class="content">
|
||||
|
||||
<div id="outline-container-orgdf7e882" class="outline-2">
|
||||
<h2 id="orgdf7e882">Emacs Log 1: This Blog</h2>
|
||||
<div class="outline-text-2" id="text-orgdf7e882">
|
||||
<div id="outline-container-org4962c0f" class="outline-2">
|
||||
<h2 id="org4962c0f">Emacs Log 1: This Blog</h2>
|
||||
<div class="outline-text-2" id="text-org4962c0f">
|
||||
<p>
|
||||
<span class="underline"><i><b>WARNING:</b></i></span> This blog post is still under construction!
|
||||
</p>
|
||||
@@ -215,9 +217,9 @@ This blog is built on top of <code>org-mode</code>’s publishing capabiliti
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org1ae4559" class="outline-2">
|
||||
<h2 id="org1ae4559">Appendix A: config.el snippet</h2>
|
||||
<div class="outline-text-2" id="text-org1ae4559">
|
||||
<div id="outline-container-org34663a5" class="outline-2">
|
||||
<h2 id="org34663a5">Appendix A: config.el snippet</h2>
|
||||
<div class="outline-text-2" id="text-org34663a5">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-emacs-lisp"><span class="org-rainbow-delimiters-depth-1">(</span><span class="org-constant">require</span> <span class="org-highlight-quoted-quote">'</span><span class="org-constant">ox-publish</span><span class="org-rainbow-delimiters-depth-1">)</span>
|
||||
|
||||
|
Reference in New Issue
Block a user