Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishik-Koley committed Nov 26, 2024
1 parent 756b484 commit 04cf614
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
9 changes: 0 additions & 9 deletions assets/css/style.css

This file was deleted.

8 changes: 0 additions & 8 deletions assets/js/fade-in.js

This file was deleted.

2 changes: 0 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
{{ if .Site.Params.Portrait.Path }}
<img src="{{ .Site.Params.Portrait.Path }}" class="circle" alt="{{ .Site.Params.Portrait.Alt }}" style="max-width: {{ .Site.Params.Portrait.MaxWidth }}" />
{{ end }}
<div id="fade-in-element" class="fade-in-hidden">
<h1>{{ .Site.Params.homeTitle }}</h1>
{{ partial "subtitle.html" . }}
</div>
<!-- Start Posts -->
{{ if .Site.Params.showPosts }}
{{ $isntDefault := not (or (eq (trim $.Site.Params.contentTypeName " ") "posts") (eq (trim $.Site.Params.contentTypeName " ") "")) }}
Expand Down
1 change: 0 additions & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{{ range .Site.Params.footer.topText }}<span>{{ . | safeHTML}}</span>{{ end }}
</div>
{{ end }}
<script src="{{ "js/main.js" | relURL }}" defer></script>
{{ if .Site.Params.footer.socialIcons }}
<div class="footer__inner">
<ul class="icons">
Expand Down
1 change: 0 additions & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}">

{{ range $val := $.Site.Params.customCSS }}
{{ if gt (len $val) 0 }}
Expand Down

0 comments on commit 04cf614

Please sign in to comment.