Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Nov 3, 2024
1 parent 6b41e2d commit fc1bc61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ <h1 class="title">{{ .Title | markdownify }}</h1>
<p class="intro-text">{{ .Site.Params.intro | markdownify }}</p>
<div style="height: 2.5rem;"></div>
{{ end }}
<div class="sidenote" style="margin-top: 0.5rem;">pages</div>
<div class="sidenote">pages</div>
{{ range .Site.Menus.main }}
{{- if ne .Name "Home" -}}
<h3 class="list"><a class="title" href="{{ .URL }}">{{ .Name | lower | markdownify }}</a></h3>
{{ end }}
{{ end }}
<div style="height: 2.5rem;"></div>
<div class="sidenote">socials</div>
<div class="social-icons" style="margin-top: 0.5rem;">
<div class="social-icons">
{{ if eq .Site.Params.iconsource "simple-icons" }}
{{ with .Site.Params.social }}
{{ range sort . "weight" }}
Expand All @@ -35,7 +35,7 @@ <h3 class="list"><a class="title" href="{{ .URL }}">{{ .Name | lower | markdowni
{{ with .Site.Params.social }}
{{ range sort . "weight" }}
<a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
<i data-feather="{{ .icon }}" style="margin-right: 0.5rem;"></i>
<i data-feather="{{ .icon }}" style="margin-right: 0.5rem;margin-top: 0.5rem;"></i>
</a>
{{ end }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion themes/typography

0 comments on commit fc1bc61

Please sign in to comment.