Skip to content

Commit

Permalink
updated file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya-29 committed Apr 1, 2024
1 parent 14150e2 commit 31399d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
35 changes: 17 additions & 18 deletions build/blog/Temp blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="static/style.css" />
<link rel="stylesheet" href="static/style.css" />

<link rel="stylesheet" href="../static/style.css" />
<link rel="stylesheet" href="../static/default.css" />



<link rel="stylesheet" href="../static/style.css" />
<link rel="stylesheet" href="../static/default.css" />

<link
href="https://fonts.googleapis.com/css?family=Fira Code"
rel="stylesheet"
Expand Down Expand Up @@ -53,25 +51,26 @@
</ul>
</nav>
</header>


<p class=post_date>1 Apr, 2024</p>
<h1>Testing</h1>

<p class="post_date">1 Apr, 2024</p>
<h1>Testing</h1>
<h2 class="subtitle">None</h2>
<h4 id="sample-title">Sample title</h4>

<blockquote>
<p>sample text</p>
</blockquote>
<blockquote>
<p>sample text</p>
</blockquote>

<ul>
<li>sample code block below</li>
</ul>
<ul>
<li>sample code block below</li>
</ul>

<div class="codehilite"><pre><span></span><code><span class="c1"># code </span>
<div class="codehilite">
<pre><span></span><code><span class="c1"># code </span>
<span class="n">Hello</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="mi">5</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;Hello World </span><span class="si">{</span><span class="n">Hello</span><span class="si">}</span><span class="s2">&quot;</span><span class="p">)</span>
</code></pre></div>
</code></pre>
</div>

<footer>
<section class="footer">
Expand All @@ -84,4 +83,4 @@ <h4 id="sample-title">Sample title</h4>
</section>
</footer>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions build/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="static/style.css" />
<link rel="stylesheet" href="static/style.css" />
<link rel="stylesheet" href="../static/style.css" />
<link rel="stylesheet" href="../static/style.css" />



Expand Down

0 comments on commit 31399d5

Please sign in to comment.