aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-31 06:45:11 +0100
committerNerdyPepper <[email protected]>2019-07-31 06:45:11 +0100
commit502f7102495cf7919b3be67d1bec43a7f3591ee1 (patch)
treeb7e4691923af77ac1110d48eb51fb641e89ac6c5 /docs/index.html
parent6b84f1f763df20e86f054eabecedd98db3ed4a30 (diff)
first post is always maximized
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 8e4f8b7..70fd4c8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -20,13 +20,15 @@ function showPost(id) {
20 20
21<body> 21<body>
22<h1 class="heading">n</h1> 22<h1 class="heading">n</h1>
23
24
23<div class="posts"> 25<div class="posts">
24 26
25 27
26 <div class="post"> 28 <div class="post">
27 <div class="date">30/07 2019</div> 29 <div class="date">30/07 2019</div>
28 <a href="#hold_position!.md" class="post-link" onClick="showPost('hold_position!.md')">Hold Position!</a> 30 <a href="#hold_position!.md" class="post-link" onClick="showPost('hold_position!.md')">Hold Position!</a>
29 <div id="hold_position!.md" class="post-text" style="display: none"> 31 <div id="hold_position!.md" class="post-text" style="display: block">
30 <p>Often times, when I run a vim command that makes &#8220;big&#8221; changes to a file (a 32 <p>Often times, when I run a vim command that makes &#8220;big&#8221; changes to a file (a
31macro or a <code>:vimgrep</code> command) I lose my original position and feel disoriented.</p> 33macro or a <code>:vimgrep</code> command) I lose my original position and feel disoriented.</p>
32 34