Skip to content

Commit 8e3d553

Browse files
committed
Added a test md page to see how it works.
1 parent 1fff149 commit 8e3d553

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

articles/Test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Testing how a markdown document might work.

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@ <h2 class="blog-post-title" id="html1"><a class="blog-post-title" href="/article
105105
</p>
106106
</div><!-- /.blog-post -->
107107

108+
<div class="blog-post">
109+
<h2 class="blog-post-title" id="html1"><a class="blog-post-title" href="/articles/Test.md">Test</a></h2>
110+
<p class="blog-post-meta">June 15, 2017 by <a href="/author/author.html" target="_blank">Steffen Devich</a></p>
111+
112+
<p>
113+
Test a md document.
114+
</p>
115+
</div><!-- /.blog-post -->
116+
108117
</div><!-- /.blog-main -->
109118

110119
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">

0 commit comments

Comments
 (0)