Skip to content

Commit 4933730

Browse files
committed
Simplify footer. Change About page to HTbox info
1 parent eb0ee0e commit 4933730

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

_includes/footer.html

+9-11
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
<div class="wrapper">
44

5-
<h2 class="footer-heading">{{ site.title }}</h2>
6-
75
<div class="footer-col-wrapper">
8-
<div class="footer-col footer-col-1">
9-
<ul class="contact-list">
10-
<li>{{ site.title }}</li>
11-
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
12-
</ul>
13-
</div>
6+
7+
<div class="footer-col footer-col-4">
8+
{{ site.title }}<br>
9+
{{ site.description }} <br>
10+
<a href="mailto:{{ site.email }}">{{ site.email }}</a>
11+
</div>
1412

1513
<div class="footer-col footer-col-2">
1614
<ul class="social-media-list">
@@ -25,12 +23,12 @@ <h2 class="footer-heading">{{ site.title }}</h2>
2523
{% include icon-twitter.html username=site.twitter_username %}
2624
</li>
2725
{% endif %}
26+
<li>
27+
<p class="rss-subscribe"><a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a></p>
28+
</li>
2829
</ul>
2930
</div>
3031

31-
<div class="footer-col footer-col-3">
32-
<p>{{ site.description }}</p>
33-
</div>
3432
</div>
3533

3634
</div>

about.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ title: About
44
permalink: /about/
55
---
66

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
7+
This developer guide is for Humanitarian Toolbox opensource projects on Github.
88

9-
You can find the source code for the Jekyll new theme at:
10-
{% include icon-github.html username="jglovier" %} /
11-
[jekyll-new](https://github.com/jglovier/jekyll-new)
9+
More information about Humanitarian Toolbox can be found at [htbox.org](http://www.htbox.org/)
10+
11+
See all HTBox github projects at {% include icon-github.html username=site.github_username %}
1212

13-
You can find the source code for Jekyll at
14-
{% include icon-github.html username="jekyll" %} /
15-
[jekyll](https://github.com/jekyll/jekyll)

0 commit comments

Comments
 (0)