Skip to content

Commit

Permalink
test #header
Browse files Browse the repository at this point in the history
  • Loading branch information
zzsqwq committed Apr 26, 2022
1 parent 07b8e02 commit 2b5b9f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<ul class="menus_items">
{{range sort .Site.Params.menu "weight" }}
<li class="menus_item">
{{if in .url "#"}}
<a class="site-page" href="{{lower .url | safeURL}}">{{ title .name}}</a>
{{else}}
<a class="site-page" href="{{.url | safeURL}}">{{ title .name}}</a>
{{end}}
</li>
{{end}}
</ul>
Expand Down
Binary file added static/attaches/CV.pdf
Binary file not shown.

0 comments on commit 2b5b9f2

Please sign in to comment.