Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
MazenAmria committed Nov 10, 2024
1 parent afa203a commit 9a7000a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
18 changes: 0 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,6 @@ defaults:
values:
layout: single
author_profile: true
# _teaching
- scope:
path: ""
type: teaching
values:
layout: single
author_profile: true
share: true
comments: true
# _publications
- scope:
path: ""
Expand All @@ -250,15 +241,6 @@ defaults:
author_profile: true
share: true
comment: true
# _talks
- scope:
path: ""
type: talks
values:
layout: talk
author_profile: true
share: true


# Sass/SCSS
sass:
Expand Down
21 changes: 1 addition & 20 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
{% include base_path %}

{% if site.author.github or site.author.bitbucket or site.atom_feed.hide != true %}
<div class="page__footer-follow">
<ul class="social-icons">
{% if site.data.ui-text[site.locale].follow_label %}
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
{% endif %}
{% if site.author.github %}
<li><a href="http://github.com/{{ site.author.github }}"><i class="fab fa-github" aria-hidden="true"></i> GitHub</a></li>
{% endif %}
{% if site.author.bitbucket %}
<li><a href="http://bitbucket.org/{{ site.author.bitbucket }}"><i class="fab fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
{% endif %}
{% if site.atom_feed.hide != true %}
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ base_path }}/feed.xml{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
{% endif %}
</ul>
</div>
{% endif %}

<div class="page__footer-copyright">
&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}, {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://github.com/academicpages/academicpages.github.io">AcademicPages</a>, a fork of <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.<br />
Site last updated {{ "now" | date: '%Y-%m-%d' %}}
Site last updated {{ "now" | date: '%d.%m.%Y' %}}
</div>

0 comments on commit 9a7000a

Please sign in to comment.