Skip to content

Commit 8816a0c

Browse files
committed
Create CNAME
1 parent 284963f commit 8816a0c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
montrealpython.org

_data/company.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ phone: +1 438 929 7643
55
66
facebook: montrealpython
77
youtube: MontrealPython
8+
linkedin: montr-al-python

_layouts/default.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
{% include icons/social-media.html social_icon="youtube" %}
7171
</a>
7272
{% endif %}
73+
{% if site.data.company.linkedin %}
74+
<a class="linkedin" href="https://linkedin.com/company/{{ site.data.company.linkedin }}">
75+
{% include icons/social-media.html social_icon="linkedin" %}
76+
</a>
77+
{% endif %}
7378
</div>
7479
</div>
7580
</footer>
76-
<p class="copyright">
77-
<a href="https://cloudcannon.com/">
78-
Template by CloudCannon
79-
</a>
80-
</p>
8181
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
8282
<script type="text/javascript">
8383
$('a[href*=\\#]').on('click', function(event){

0 commit comments

Comments
 (0)