mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 09:03:02 -04:00
💄 Hide navigation during printing
This commit is contained in:
committed by
James Panther
parent
8161979384
commit
a13b35c505
@@ -1,4 +1,4 @@
|
||||
<ol class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||
<ol class="text-sm text-neutral-500 dark:text-neutral-400 print:hidden">
|
||||
{{ template "crumb" (dict "p1" . "p2" .) }}
|
||||
</ol>
|
||||
{{ define "crumb" }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<footer class="py-10">
|
||||
<footer class="py-10 print:hidden">
|
||||
{{/* Footer menu */}}
|
||||
{{ if .Site.Menus.footer }}
|
||||
<nav class="pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<header
|
||||
class="flex justify-between py-6 font-semibold sm:items-center sm:py-10 text-neutral-900 dark:text-neutral"
|
||||
class="flex justify-between py-6 font-semibold sm:items-center sm:py-10 text-neutral-900 dark:text-neutral print:hidden"
|
||||
>
|
||||
{{/* Site logo/title */}}
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user