Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed May 10, 2024
1 parent cc812ba commit 1f8d2ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
title: LESIS
description: Laboratory of Engineering Studies in Information Security
url: https://blog.lesis.lat
# Only necessary when hosting your site in a sub-directory. Project sites hosted on GitHub Pages are the common use-case of this variable.
baseurl: # Ex: /project-page
paginate_path: "blog/page:num/"
permalink: blog/:title/

# Header Option
# header: large

sass:
Expand Down
7 changes: 2 additions & 5 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<div class="container">
<p class="copy">
&copy; {{ site.time | date: '%Y' }}
<a href="http://brianmaierjr.com">Brian Maier Jr.</a> Powered by
<a href="http://jekyllrb.com">Jekyll</a>
Laboratory of Engineering Studies in Information Security
</p>

<div class="footer-links">
<ul class="noList">
{%- if site.social.facebook -%}
Expand All @@ -32,5 +30,4 @@
</ul>
</div>
</div>
</div>
<!-- end .footer -->
</div>
5 changes: 1 addition & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ <h1 class="logo"><a href="{{ '/' | relative_url }}">{{ site.title }}</a></h1>
<a href="{{ link.url | relative_url }}">{{ link.title }}</a>
</li>
{%- endfor -%}
<li> <a href="https://github.com/brianmaierjr/long-haul" target="_blank">GitHub</a></li>
<li><a href="https://github.com/brianmaierjr/long-haul/archive/master.zip">Download Theme</a></li>
</ul>
</nav>
</div>
</div><!-- end .header -->
</div>

0 comments on commit 1f8d2ca

Please sign in to comment.