Skip to content

Commit

Permalink
Add GitHub icon/link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mleone10 committed Jun 21, 2023
1 parent 7953350 commit c5bf548
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themes/ditalini/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>
Expand All @@ -33,7 +34,8 @@ <h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
</main>

<footer class="fullWidth">
<span>&copy; {{ now.Year }} <a href="{{ "" | absURL }}">Mario Leone</a></span>
<span>&copy; {{ now.Year }} <a href="{{ "" | absURL }}">Mario Leone</a> <a rel="me"
href="https://github.com/mleone10"><i class="fa fa-github"></i></a></span>
</footer>
</body>

Expand Down

0 comments on commit c5bf548

Please sign in to comment.