Skip to content

Commit e9b7620

Browse files
committed
Update footer information
1 parent cf6957c commit e9b7620

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

app/assets/images/bulma.png

7.34 KB
Loading

app/assets/images/icon.png

-47.6 KB
Binary file not shown.

app/views/shared/_footer.html.slim

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
footer.footer.is-center
22
.content.has-text-centered.is-size-7-mobile
3-
| Simple rBlog is written with hand
3+
| Simple rBlog is handcrafted
44
br
5-
| by
6-
strong Maikel Chandika
7-
5+
| by 
6+
strong Maikel Chandika
7+
88
br
99
= link_to 'Source code', 'https://github.com/mkdika/rblog'
10-
| is available under MIT license.
10+
| is available under MIT license.
11+
br
12+
= image_tag 'bulma.png', size: '150x150'

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# config.assets.css_compressor = :sass
2929

3030
# Do not fallback to assets pipeline if a precompiled asset is missed.
31-
config.assets.compile = false
31+
config.assets.compile = true
3232

3333
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
3434

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
bulma-extensions@^6.2.7:
6+
version "6.2.7"
7+
resolved "https://registry.yarnpkg.com/bulma-extensions/-/bulma-extensions-6.2.7.tgz#f9f4d1478a7ac1606ae8db1e765aa45e3f12bb31"
8+
integrity sha512-y3dHsxlCYkuxUg87KKN9H4InM8NCk8tdnrlxLkYak8sd2WQdllg3wP2Nv41lj8X46uPXX2ADP0MO65LlXPHt/Q==
9+
10+
bulma@^0.7.5:
11+
version "0.7.5"
12+
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208"
13+
integrity sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==

0 commit comments

Comments
 (0)