-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdefault.html
More file actions
21 lines (18 loc) · 841 Bytes
/
default.html
File metadata and controls
21 lines (18 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div id="wrapper-2">
<div id="wrap-content">
<div id="wrapper-3">
<div id="main-wrapper">
<div id="main">
<div id="breadcrumb">
<span>
<a href="{{site.baseurl}}/">RESTEasy</a>
>
<a href="{{site.baseurl}}/{{page.selflink}}">{{page.title}}</a>
{% if page.title == 'Blogs' %}
<a href="/feed.xml"><image src="/img/blog/feed-icon.png"/></a>
{% endif %}
</span>
</div><!-- end breadcrumb -->
{{content}}
</div><!-- end main -->
</div>