forked from iluwatar/java-design-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpattern.html
More file actions
27 lines (24 loc) · 796 Bytes
/
pattern.html
File metadata and controls
27 lines (24 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
---
<div class="row pattern">
<div id="myArticle" class="col-sm-12">
<div class="content-area page">
<header>
<a id="viewSourceOnGithub" class="btn btn-primary" href="{{ site.repo_url }}/tree/master/{{ page.folder }}" target="_blank">
<span class="glyphicon glyphicon-new-window"></span>
View Source on Github
</a>
<h1>{{ page.title }}</h1>
<div>
{% include labels.html categories=page.categories tags=page.tags %}
</div>
</header>
<hr>
<article>
{{ content }}
</article>
{% include disqus.html %}
</div>
</div>
</div>