Skip to content

Commit

Permalink
LeNPaul#50 Refactor whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed May 29, 2021
1 parent 7b03ecb commit 3df2802
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion _includes/google-analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', '{{ site.data.settings.google-ID }}', 'auto');
ga('send', 'pageview');
</script>
9 changes: 0 additions & 9 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
<head>

<title>
{% if page.title == "Home" %}
{{ site.title }} | {{ site.description }}
{% else %}
{{ page.title }} | {{ site.title }}
{% endif %}
</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">

<link rel="stylesheet" href="{{ site.github.url }}/assets/css/main.css">
<link rel="stylesheet" href="{{ site.github.url }}/assets/css/syntax.css">
<!-- Use Atom -->
{% feed_meta %}
<!-- RSS-v2.0
<link href="{{ site.github.url }}/rss-feed.xml" type="application/rss+xml" rel="alternate" title="{{ site.title }} | {{ site.description }}"/>
//-->


<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Source+Code+Pro">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">

<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>

<!-- Google Analytics -->
{% include google-analytics.html %}

<!-- Use Jekyll SEO plugin -->
{% seo %}

</head>
2 changes: 0 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ <h3 class="site-title">
{% for item in site.data.settings.menu %}
<a href="{{ site.github.url }}/{{ item.url }}" class="menu-link">{{ item.name }}</a>
{% endfor %}

{% for item in site.data.settings.social %}
<a href="{{ item.link }}" class="menu-link" target="_blank"><i class="fa fa-{{ item.icon }}" aria-hidden="true"></i></a>
{% endfor %}
Expand All @@ -17,7 +16,6 @@ <h3 class="site-title">
{% for item in site.data.settings.menu %}
<a href="{{ site.github.url }}/{{ item.url }}" class="menu-link">{{ item.name }}</a>
{% endfor %}

{% for item in site.data.settings.social %}
<a href="{{ item.link }}" class="menu-link" target="_blank"><i class="fa fa-{{ item.icon }}" aria-hidden="true"></i></a>
{% endfor %}
Expand Down

0 comments on commit 3df2802

Please sign in to comment.