diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4c1735c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "static/Font-Awesome"] + path = static/Font-Awesome + url = https://github.com/FortAwesome/Font-Awesome.git diff --git a/assets/scss/index.scss b/assets/scss/index.scss index 1c10bb0..da062b6 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -2,7 +2,7 @@ $font: {{ .Param "font" }}; @font-face { font-family: $font; - src: url("/fonts/#{$font}/#{$font}-Regular.woff2") format('woff2'); + src: url("/fonts/#{$font}/#{$font}-Regular.ttf") format('truetype'); font-weight: 400; font-style: normal; } @@ -210,13 +210,13 @@ button { .team-list a { color: inherit; - margin: 0 auto; } .teammember { display: inline-block; align-items: center; text-align: center; + margin: 0 auto; padding: 1rem; } @@ -267,8 +267,7 @@ button { display: flex; flex-wrap: wrap; color: #333; - margin-top: -0.5rem; - padding-block-end: 0.25rem; + margin-top: -0.5rem } .teammember-header-social-media a { diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 17b1e2f..41a2828 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,7 +35,7 @@ {{ with .Site.Params.tracking }} {{ end }} - + {{ $template := resources.Get "scss/index.scss" }} {{ if $template }} {{ $index := $template | resources.ExecuteAsTemplate "css/index.scss" . | resources.ToCSS (dict "outputStyle" "compressed") | fingerprint }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3f83357..05bfd21 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,9 +10,9 @@