Skip to content

Commit

Permalink
top, bottom
Browse files Browse the repository at this point in the history
reformat
  • Loading branch information
zelding committed Jan 28, 2024
1 parent 1c53044 commit 50773f7
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 16 deletions.
24 changes: 17 additions & 7 deletions config/_default/menus.en.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
main:
- name: CV
title: Curriculum Vite
- name: CV
title: Curriculum Vite
pageRef: /cv
weight: 20
weight: 20

- name: CL
title: Cover Letter
- name: CL
title: Cover Letter
pageRef: /cl
weight: 30

- name: ""
title: Bottom
pageRef: "#bot"
weight: 30

footer:
- name: Credits
- name: Credits
pageRef: /credits
weight: 20
weight: 30

- name: Faq
pageRef: /elephants
weight: 20

- name: ""
title: Top
pageRef: "#top"
weight: 100
24 changes: 17 additions & 7 deletions config/_default/menus.hu.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
main:
- name: ÖR
title: Önéletrajz
- name: ÖR
title: Önéletrajz
pageRef: /hu/cv
weight: 20
weight: 20

- name: ML
title: Motivációs levél
- name: ML
title: Motivációs levél
pageRef: /hu/cl
weight: 30

- name: ""
title: Le
pageRef: "#bot"
weight: 30

footer:
- name: Credits
- name: Credits
pageRef: /hu/credits
weight: 20
weight: 20

- name: Gyik
pageRef: /hu/elephants
weight: 20

- name: ""
title: Fel
pageRef: "#top"
weight: 100
2 changes: 1 addition & 1 deletion content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sitemap:

###### As you can clearly see, I'm a ~~UX and design guru~~ backend developer.

## Welcome to my site! { .rich }
## Welcome to my site! { .rich .pv4 }
2 changes: 1 addition & 1 deletion content/hu/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ sitemap:

###### Ahogy az nyilvánvalóan látszik, egy ~~UX és design guru~~ backend fejlesztő vagyok.

## Üdvözöllek az oldalamon! { .rich }
## Üdvözöllek az oldalamon! { .rich .pv3 }
2 changes: 2 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,7 @@

{{ $general := resources.Get "js/general.js" | resources.Minify | resources.Fingerprint }}
<script src="{{ $general.Permalink }}" type="application/javascript"></script>

<span id="bot"></span>
</body>
</html>

0 comments on commit 50773f7

Please sign in to comment.