Skip to content

Commit

Permalink
Merge pull request #114 from epochtalk/show-version
Browse files Browse the repository at this point in the history
add data for revision to config.js
  • Loading branch information
akinsey authored Oct 15, 2024
2 parents 59f5f2c + 1436660 commit 695f185
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
window.title = '<%= @config[:website][:title] %>'
window.description = '<%= @config[:website][:description] %>'
window.revision = '<%= @config[:revision] %>'
window.keywords = '<%= @config[:website][:keywords] %>'
window.logo = '<%= @config[:website][:logo] %>'
window.default_avatar = '<%= @config[:website][:default_avatar] %>'
Expand Down

0 comments on commit 695f185

Please sign in to comment.