diff --git a/config.yaml b/config.yaml index 58060cbbb..d6838defe 100644 --- a/config.yaml +++ b/config.yaml @@ -70,8 +70,8 @@ translations: fr: "Chargement en cours..." en: "loading..." welcomeloading: - fr: "Bonjour ! Commencez à lire, un meilleur style se charge..." - en: "Hi! Start reading while a better style is loading..." + fr: "Chargement en cours..." + en: "Loading..." entirely_done_with: en: "Entirely done with" fr: "Site entièrement réalisé avec" diff --git a/content/css/main2.sass b/content/css/main2.sass index cc1888870..10109996e 100644 --- a/content/css/main2.sass +++ b/content/css/main2.sass @@ -37,9 +37,11 @@ body a text-decoration: none - color: $base02 + color: $yellow a:visited - color: $base00 + color: $blue +a:hover + color: $orange #blackpage, #nojsredirect @@ -51,7 +53,7 @@ a:visited margin-right: 0 margin-top: 0 margin-bottom: 0 - position: absolute + position: fixed text-align: center background: $base3 @@ -98,7 +100,9 @@ a:visited ol padding-left: 0 margin: $unit $hmargin - .toc + .toc, #markdown-toc + a + color: $base01 ol li, ul li margin: ($unit/2) 0 ol li ul, ol li ol, ul li ol, ul li ul diff --git a/multi/blog/Category-Theory-Presentation.erb b/multi/blog/Category-Theory-Presentation.erb index 0673166cf..a97b6d6fa 100644 --- a/multi/blog/Category-Theory-Presentation.erb +++ b/multi/blog/Category-Theory-Presentation.erb @@ -7,6 +7,9 @@ en: title: Category Theory Presentation fr: title: Category Theory Presentation author_name: Yann Esposito author_uri: yannesposito.com +layout: article2 +macros: + latex: 'LaTeX' tags: - category theory - math