swisskyrepo.github.io/_layouts/default.html

62 lines
2.0 KiB
HTML
Raw Normal View History

2014-02-07 00:18:00 +00:00
<!DOCTYPE html>
<html>
{% seo %}
2014-02-07 00:18:00 +00:00
<head>
2014-05-18 23:00:39 +00:00
<title>{% if page.title %}{{ page.title }} {% endif %}{{ site.name }} {{ site.description }}</title>
2014-02-07 00:18:00 +00:00
{% include meta.html %}
2014-02-07 00:18:00 +00:00
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
2014-05-13 12:10:16 +00:00
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
2014-06-01 19:20:02 +00:00
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
2014-02-07 00:18:00 +00:00
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
<div class="site-info">
2022-09-30 15:29:51 +00:00
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}<a class="dark-mode-button" >🌑</a></a></h1>
<p class="site-description">{{ site.description }}</p>
</div>
2023-11-29 15:40:24 +00:00
<nav style="text-align:center">
2024-04-29 14:51:16 +00:00
<a href="https://swisskyrepo.github.io/PayloadsAllTheThings/">📖PayloadsAllTheThings</a>
2022-09-28 12:42:23 +00:00
<a href="https://swisskyrepo.github.io/HardwareAllTheThings/">🖥HardwareAllTheThings</a>
2023-11-29 15:35:50 +00:00
<a href="https://swisskyrepo.github.io/InternalAllTheThings/">📕InternalAllTheThings</a>
2023-11-29 15:38:17 +00:00
<a href="{{ site.baseurl }}/">✨Latest</a>
<a href="{{ site.baseurl }}/summary">📝Posts</a>
2022-09-28 12:42:23 +00:00
<a href="{{ site.baseurl }}/about">👤About</a>
</nav>
2022-09-30 14:46:02 +00:00
{% include dark-mode.html %}
</header>
</div>
</div>
<div id="main" role="main" class="container">
{{ content }}
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
2014-06-13 12:59:59 +00:00
{% include svg-icons.html %}
</footer>
</div>
</div>
2014-02-07 00:18:00 +00:00
{% include analytics.html %}
2024-09-06 14:54:16 +00:00
{% include unami.html %}
2024-10-03 14:53:00 +00:00
{% include img-to-fullscreen.html %}
2014-02-07 00:18:00 +00:00
</body>
2014-08-03 03:27:38 +00:00
</html>