Skip to content

Commit

Permalink
fix(config): update page footer copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Dec 11, 2024
1 parent 6622165 commit cc7c672
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ baseurl = "/"
languageCode = "en-us"
title = "blog"
theme = "kiss"
copyright = "&copy; <a href=\"https://home.cern/\">CERN</a> 2023"
Paginate = 5 # Number of posts per page
copyright = "&copy; <a href=\"https://home.cern/\">CERN</a> 2024"
Paginate = 5
enableRobotsTXT = true
pygmentsUseClasses = true # code highlighting
pygmentsUseClasses = true

[params.rss] # Adding this tag enables RSS feed
includeContent = true # Includes whole content in rss
[params.rss]
includeContent = true

[params.info]
homeTitle = "REANA blog"
Expand All @@ -22,9 +22,9 @@ customCSS = ["/css/custom.css", "css/syntax.css"]
twitter = "reanahub"
github = "reanahub"
email = "reana-team@cern.ch"
rss = "index.xml" # Add this to show RSS button in social.
rss = "index.xml"

[params.social.config]
platforms = ["github","twitter","email"]
platforms = ["github", "twitter", "email"]

[params.sections_right]

0 comments on commit cc7c672

Please sign in to comment.