Commit graph

18 commits

Author SHA1 Message Date
Patrick Kollitsch 4f3e709d83
theme(feat): social media follow links
documentation will follow at https://github.com/theNewDynamic/gohugo-theme-ananke/wiki/Social-media-network-setup

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 12:47:56 +07:00
Meir Kriheli 19242fd2f8
Added support for Right-To-Left languages (#532)
* Added support for Right-To-Left languages

* Added language-direction partial
2022-04-21 14:17:49 -04:00
Regis Philibert f078a2b4d9 Fixes #332
Fixes #333
2021-12-23 14:52:38 -05:00
Sarah Grefalda 08d842f171
Use i18n for site navigation link tooltips (#392) 2021-10-01 13:20:46 -04:00
Tanner Smith 9171519154
Site logo (#284)
* Add the option to use a logo for the top left site title
2020-06-03 16:26:29 -05:00
Juan Manuel Servera 981e7a2cb2
Use | relLangURL for the base url in the site-navigation (#277)
* Use | relLangURL for the base urlº

This way, when you click on the header it maintains you in the same language you previously selected.

* Use .Site.Home.RelPermalink as proposed by @regisphilibert
2020-06-03 09:49:56 -04:00
Bud Parr 77622f4e52
Fix URL for menus (#230)
Reverts 0d9656d939 (diff-5c3a1b4da16de002912dd90a78641f32R12)

Fixes #229
2019-10-27 18:28:52 -04:00
Josh Lubaway 0d9656d939 Replace {{ .URL }} with {{ .Permalink }} (#216)
Using the `{{ .URL }}` token results in a warning:

    WARN 2019/10/13 15:12:12 Page's .URL is deprecated and will be removed in a
    future release. Use .Permalink or .RelPermalink. If what you want is the
    front matter URL value, use .Params.url.

Steps to reproduce
==================

Follow along with the Quick Start guide at
https://gohugo.io/getting-started/quick-start/

Running `hugo server -D` emits a warning that `.URL` is deprecated.
2019-10-26 13:00:59 -04:00
echarp 0eb51edd63 Correcting issue with cached i18n menu (#174)
* Create fr.toml

French translation

* Social link to "mastodon" added

* Some statics partials are cached, to optimise rendering

* Caching moved so that the i18n menu will work as expected. Refs #35
2019-05-14 20:32:08 -04:00
Jan Steinke 85d9218877 add basic support for post translations (#144) 2019-01-07 19:51:26 -05:00
Bud Parr 05dfb5753d
add .Site.BaseURL to nav 2017-04-15 09:27:28 -04:00
Bud Parr 052cf0cb57
wip address a few accessibility issues 2017-04-14 12:47:59 -04:00
Bud Parr 53df85690d
wip clean up and annotations 2017-04-14 12:37:12 -04:00
Bud Parr 6331805b90
clean up layouts 2017-04-13 23:01:23 -04:00
Bud Parr 426676fd3c
page layout [wip] 2017-04-11 22:22:06 -04:00
Bud Parr 91984fee72
tweak layouts 2017-04-11 08:53:11 -04:00
Bud Parr 77514eab9e
wip layout mobile 2017-04-10 23:48:09 -04:00
Bud Parr 98bc281a57
first commit 2017-04-10 21:27:13 -04:00