From 67ab2754dfde3b32b7a38bcc612b8d903b28704b Mon Sep 17 00:00:00 2001 From: dohliam Date: Mon, 25 May 2020 14:29:32 -0700 Subject: [PATCH] adjust formatting of framework list - resolves #23 --- scripts/build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.rb b/scripts/build.rb index e8bc4dd..34ed15f 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -53,7 +53,7 @@ def frameworks_attribution(data) repo = root["repo"] license = root["license"] license_url = root["license_url"] - list << "* [#{name}](https://dohliam.github.io/dropin-minimal-css/?#{name}) by @#{author} ([Source](#{repo}) · [#{license}](#{license_url}))\n" + list << "* [#{name}](#{repo}) by @#{author} ([Preview](https://dohliam.github.io/dropin-minimal-css/?#{name}) · [#{license}](#{license_url}))\n" end list end @@ -74,7 +74,7 @@ def collections_attribution(data) list << "* **[#{collection}](https://github.com/#{repo})** by @#{author}:\n" next end - list << " * [#{name}](https://dohliam.github.io/dropin-minimal-css/?#{name}) by @#{author} ([Source](#{repo}) · [#{license}](#{license_url}))\n" + list << " * [#{name}](#{repo}) by @#{author} ([Preview](https://dohliam.github.io/dropin-minimal-css/?#{name}) · [#{license}](#{license_url}))\n" end end list