mirror of
https://github.com/JimenezJC/mshj_blog.git
synced 2025-12-06 09:19:55 -05:00
Initial Blog Commit
This commit is contained in:
commit
07775036ce
92 changed files with 4980 additions and 0 deletions
9
themes/terminal/layouts/partials/topBar.html
Normal file
9
themes/terminal/layouts/partials/topBar.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<header class="homepage-header">
|
||||
<div class="container">
|
||||
<div class = "header-container">
|
||||
<h1><a href="/">{{site.Title}}</a></h1>
|
||||
<span id="mini-header" class="mini-header"></span>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<script src="/js/topbar.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue