Skip to content

Commit

Permalink
homepage improvements (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Apr 19, 2023
1 parent a51224f commit 5650f35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import other from './other'

other()
// import other from './other'
// other()
console.log('hello, world!')
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ footer {

footer {
border-top: 1px solid var(--secondary);
color: #ccc;
color: #666;
font-size: .8rem;
margin-top: 2rem;
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/application/_public.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class='public'>
<h2>🌱 <%= Rails.application.config.title %> Demo</h2>
<h2>🌱 <%= Rails.application.config.title %></h2>
<p>This application is a live demo of the
<%= link_to "#{Rails.application.config.title} template repository", Rails.application.config.github_url %>.
</p>
Expand Down
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title><%= Rails.application.config.title %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="A Ruby on Rails starter application">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
Expand Down

0 comments on commit 5650f35

Please sign in to comment.