Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stroupaloop committed Feb 13, 2019
1 parent 081bf5a commit 8b5a6f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file removed images/screenshot.png
Binary file not shown.
Binary file removed images/tn.png
Binary file not shown.
5 changes: 3 additions & 2 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{ define "main" }}
<div class="posts">
<img src="/img/cartoon-drake.jpg" style="display:block;height:100%;width:100%;max-width:400px;max-height:400px;margin-top:50px">
<!-- <div class="posts">
{{ $isntDefault := not (or (eq (trim $.Site.Params.contentTypeName " ") "posts") (eq (trim $.Site.Params.contentTypeName " ") "")) }}
{{ $contentTypeName := cond $isntDefault (string $.Site.Params.contentTypeName) "posts" }}
{{ $paginator := .Paginate (where .Data.Pages "Type" $contentTypeName) }}
Expand Down Expand Up @@ -39,5 +40,5 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
</div>
{{ end }}
{{ partial "pagination.html" . }}
</div>
</div> -->
{{ end }}
4 changes: 2 additions & 2 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div class="copyright copyright--user">{{ $.Site.Copyright | safeHTML }}</div>
{{else}}
<div class="copyright">
<span>© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a></span>
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
<span>© {{ now.Year }} In My Feelings, LLC</a></span>
<span>:: made by <a href="https://instagram.com/asianfarmer">asianfarmer</a></span>
</div>
{{end}}
</div>
Expand Down
Binary file added static/img/cartoon-drake.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b5a6f5

Please sign in to comment.