Skip to content

Commit

Permalink
Merge pull request #20 from pxp928/add-copyright
Browse files Browse the repository at this point in the history
add copyright to footer
  • Loading branch information
mihaimaruseac authored Jan 11, 2024
2 parents c4cda7a + 81f0fc1 commit d17101e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 50 deletions.
72 changes: 28 additions & 44 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,52 +235,36 @@ params:
section5: true
footer:
# Logo (from /images/logos/___)
logo: fresh-white-alt.svg
logo: guac-logo-squareish.png
# Social Media Title
socialmediatitle: Follow Us
# Social media links (GitHub, Twitter, etc.). All are optional.
socialmedia:
- link: https://github.com/lucperkins/github-fresh
# Icons are from Font Awesome
icon: github
- link: https://dribbble.com/#
icon: dribbble
- link: https://facebook.com/#
icon: facebook
- link: https://twitter.com/lucperkins
icon: twitter
- link: https://bitbucket.org/#
icon: bitbucket
bulmalogo: true
# socialmediatitle: Follow Us
# # Social media links (GitHub, Twitter, etc.). All are optional.
# socialmedia:
# - link: https://github.com/lucperkins/github-fresh
# # Icons are from Font Awesome
# icon: github
# - link: https://dribbble.com/#
# icon: dribbble
# - link: https://facebook.com/#
# icon: facebook
# - link: https://twitter.com/lucperkins
# icon: twitter
# - link: https://bitbucket.org/#
# icon: bitbucket
# bulmalogo: true
quicklinks:
column1:
title: "Product"
links:
- text: Discover features
link: /
- text: Why choose our product?
link: /
- text: Compare features
link: /
- text: Our roadmap
link: /
- text: AGB
link: /agb
title: "Community"
titleLink: /community
column2:
title: "Docs"
links:
- text: Get started
link: /
- text: User guides
link: /
- text: Admin guide
link: /
- text: Developers
link: /
title: "Blogs"
titleLink: /blogs
column3:
title: "Blog"
links:
- text: Latest news
link: /blog/first
- text: Tech articles
link: /blog/second
title: "Demos"
titleLink: https://docs.guac.sh/guac-use-cases/
column4:
title: "Docs"
titleLink: https://docs.guac.sh/
column5:
title: "Github"
titleLink: https://github.com/guacsec/guac
4 changes: 2 additions & 2 deletions themes/hugo-fresh/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
{{ end }}


<!--

{{ if .Site.Params.footer }}
{{ partial "footer.html" . }}
{{ end }}
-->

<!-- Back To Top Button -->
<div id="backtotop"><a href="#"></a></div>

Expand Down
11 changes: 7 additions & 4 deletions themes/hugo-fresh/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,23 @@
<div class="column">
<div class="footer-column">
<div class="footer-header">
<a href="{{ .titleLink }}">
<h3>{{ .title }}</h3>
</a>
</div>
<ul class="link-list">
<!-- <ul class="link-list">
{{- range .links }}
<li>
<a href="{{ .link }}">
{{ .text }}
</a>
</li>
{{- end }}
</ul>
</ul> -->
</div>
</div>
{{- end }}
<div class="column">
<!-- <div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>{{ $socialMediaTitle }}</h3>
Expand All @@ -51,7 +53,8 @@ <h3>{{ $socialMediaTitle }}</h3>
{{- end }}
</div>
</div>
</div>
</div> -->
</div>
<span class="copy">Copyright &copy; {{ .Site.Params.mysite.copystart }} - {{ dateFormat "2006" now }} GUAC a Series of LF Projects, LLC. For web site terms of use, trademark policy and other project policies please see https://lfprojects.org/</span>
</div>
</footer>

0 comments on commit d17101e

Please sign in to comment.