Skip to content

Commit 91281be

Browse files
committed
Remove duplicate header
1 parent ab54513 commit 91281be

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<div class="page-header">
5353
<h1>
5454
<a href="{{ site.url }}">{{ site.title }}</a>
55+
{% if page.version %}<span class="version">{{page.version}}</span>{% endif %}
5556
</h1>
5657
<h2>{{ site.description }}</h2>
5758
</div>

_sass/configure.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#configure {
2-
background-color: #444;
2+
background-color: #333;
33
color: #ccc;
44
border-top: 1px solid #eee;
55
border-bottom: 1px solid #eee;
@@ -19,7 +19,7 @@
1919
ul li {
2020
float: left;
2121
width: 48%;
22-
22+
2323
&:first-child {
2424
margin-right: 4%;
2525
}

css/site.scss

+6
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ article.page- h1 {
1111
color: inherit;
1212
text-decoration: none;
1313
}
14+
15+
.version {
16+
color: #333;
17+
font-size: 18px;
18+
font-weight: normal;
19+
}
1420
}

index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
layout: code-of-conduct
3+
version: v1.0
34
---
45

5-
## Open Code of Conduct v1.0
6-
76
This code of conduct outlines our expectations for participants within the **[COMMUNITY]** community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored.
87

98
Our open source community strives to:

0 commit comments

Comments
 (0)