Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
devsecops099 authored Jun 20, 2020
1 parent 1b2dcbb commit f998aba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@
{%- include head.html -%}
</head>

<body>
<body onload="toggleDarkMode()">

<div>
<span onload="toggleDarkMode()"></span>
</div>
<script type="text/javascript" src="/assets/js/darkmode.js">toggleDarkMode();</script>

<main class="container">
<section class="about">
<a href="/"><img src="{{ "/assets/portfolio.png" | relative_url }}" alt="{{ site.plainwhite.name }}"></a>
Expand Down

0 comments on commit f998aba

Please sign in to comment.