Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeffrey Phillips Freeman
agusmakmun-github-io
Commits
f96630ce
Commit
f96630ce
authored
Jun 08, 2016
by
Ashutosh
Browse files
social links
parent
c3c98783
Changes
2
Hide whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
f96630ce
...
...
@@ -72,6 +72,8 @@
<meta
name=
"twitter:image:src"
content=
"{{ site.url }}/{{ page.header-img }}"
>
{% endif %}
<!-- Font awesome icons -->
<link
href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"
rel=
"stylesheet"
integrity=
"sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1"
crossorigin=
"anonymous"
>
<!-- syntax highlighting CSS -->
<link
rel=
"stylesheet"
href=
"/static/css/syntax.css"
>
...
...
@@ -103,7 +105,8 @@
</div>
{% endif %}
<hr
/>
{% include social_links.html %}
<div
class=
"search"
id=
"js-search"
>
<input
type=
"text"
placeholder=
"(sitemap)~$ type to search"
class=
"search__input form-control"
id=
"js-search__input"
>
<ul
class=
"search__results"
id=
"js-search__results"
></ul>
...
...
static/css/main.css
View file @
f96630ce
...
...
@@ -193,3 +193,20 @@ div.col-sm-3 img#about {
.PageNavigation
.prev
{
text-align
:
left
;
}
.social
{
display
:
block
;
margin
:
10px
0
;
}
.social
ul
{
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
}
.social
ul
li
{
display
:
inline-block
;
margin
:
0
5px
;
}
.social
li
a
{
font-size
:
16px
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment