Skip to content

Commit d155069

Browse files
committed
Added facebook
1 parent a4313c1 commit d155069

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site wide configuration
22

3-
title: Lesotho Town Regional Planning Institute
3+
title: Lesotho Town and Regional Planning Institute
44
locale: en_US
55
description: Describe your website here.
66
logo: site-logo.png
@@ -36,12 +36,12 @@ exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.
3636

3737
# Site owner
3838
owner:
39-
name: Your Name
39+
name: Lesotho Town and Regional Planning Institute
4040
avatar: bio-photo.jpg
4141
4242
disqus-shortname:
4343
twitter: #username
44-
facebook: #username
44+
facebook: Lesotho-Town-and-Regional-Planning-Institute-1552786358317189
4545
github: #username
4646
stackexchange: #http://stackoverflow.com/users/123456/username
4747
linkedin: #username

_includes/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
{% if site.owner.weibo %}<a href="https://www.weibo.com/u/{{ site.owner.weibo }}/" title="{{ site.owner.name}} on Weibo" target="_blank"><i class="fa fa-weibo fa-2x"></i></a>{% endif %}
1616
<a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
1717
</div><!-- /.social-icons -->
18+
19+

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
search_omit: true
66
---
77

8-
<ul class="post-list">
8+
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FLesotho-Town-and-Regional-Planning-Institute-1552786358317189&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=147416755353481" width="100%" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
9+
10+
<!-- <ul class="post-list">
911
{% for post in site.posts limit:10 %}
1012
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %d, %Y" }}</time></span>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}</span>{% endif %}</a></article></li>
1113
{% endfor %}
1214
</ul>
15+
-->

0 commit comments

Comments
 (0)