mirror of
https://github.com/MAGICGrants/website-2021-10-01.git
synced 2026-01-09 15:47:55 -05:00
Update nav, add instructions, update footer
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
- title: Home
|
||||
url: /
|
||||
- title: Blog
|
||||
url: /blog/
|
||||
- title: Scholarships
|
||||
url: /scholarships/
|
||||
- title: Funds
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
{% if page.comments != false and jekyll.environment == "production" %}
|
||||
<div class="page-comments">
|
||||
<div id="disqus_thread"></div>
|
||||
<script>
|
||||
var disqus_config = function () {
|
||||
this.page.url = '{{ page.url | absolute_url }}';
|
||||
this.page.identifier = '{{ page.url | absolute_url }}';
|
||||
};
|
||||
|
||||
(function() {
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -18,7 +18,7 @@
|
||||
{% if site.copyright %}
|
||||
{{ site.copyright | markdownify }}
|
||||
{% else %}
|
||||
<p>© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://github.com/mmistakes/so-simple-theme" rel="nofollow">So Simple</a>.</p>
|
||||
<p>© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}.</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user