Skip to content

Commit

Permalink
Adding updates to header
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Sep 9, 2024
1 parent b232d18 commit 5c3c5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<meta property="og:site_name" content="DevDojo Auth">
<meta property="og:locale" content="en_US">

<meta name="static" content="Static v1.0.2">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@thedevdojo">
<meta name="twitter:creator" content="@tnylea">
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/[content].html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="flex flex-col gap-5 justify-between items-stretch my-8 md:flex-row">
<If condition="frontmatter.prevURL != 'undefined' && frontmatter.prevURL != null">
<button hx-get="{frontmatter.prevURL}" hx-target="#docs-content" hx-select="#docs-content" hx-swap="outerHTML transition:true" hx-push-url="true" @click="scrollTop(); route=$el.getAttribute('hx-get')"
<button hx-get="{ url('{frontmatter.prevURL}') }" hx-target="#docs-content" hx-select="#docs-content" hx-swap="outerHTML transition:true" hx-push-url="true" @click="scrollTop(); route=$el.getAttribute('hx-get')"
class="flex items-center p-4 w-full rounded-md border ease-linear md:w-1/2 duration-50 border-neutral-700 hover:border-yellow-400 text-neutral-400 group hover:text-yellow-400">
<svg class="mr-4 ml-1.5 w-6 h-6 duration-300 ease-out group-hover:-translate-x-1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="none"><path d="M3.75 12h16.5m-16.5 0l6.5 6.25M3.75 12l6.5-6.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>
<div class="flex flex-col justify-center items-start">
Expand Down

0 comments on commit 5c3c5af

Please sign in to comment.