solutus 0.0.9 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/solutus.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ecaee3a0a58a45099f3c7c431fabb0f15c4b347a27120d45abeaa5640a59172
|
4
|
+
data.tar.gz: fc5f357956eb4497b85b2aa54db9c70ff78fecbe08f9e84158008033d8617767
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f1e2c125d11296e8f8eff2589b74c8fa2f76082690c6589ea6e0995454400f31897cedacba57228840093a2cc751d2b13f2e1510c873501949af3c7f1a62ca2
|
7
|
+
data.tar.gz: 8715a7a6ee14eda0331261ef4a3c4745d721681ee6492a05b6cfe3cdb98119635b6caef17be9e41f27ac25f71cf6290e7f87d5e5444c414025dbf434e29832fb
|
data/lib/solutus.rb
CHANGED
@@ -385,7 +385,7 @@ class Solutus
|
|
385
385
|
get_recents(recents_count).reverse.each do |post|
|
386
386
|
url = post["url"]
|
387
387
|
title = post["title"]
|
388
|
-
recents += "<div class=\"solutus-recent-posts\"><a href=\"
|
388
|
+
recents += "<div class=\"solutus-recent-posts\"><a href=\"/#{url}\">#{title}</a></div>"
|
389
389
|
end
|
390
390
|
|
391
391
|
yaml_data.each do |entry, contents|
|