Commit graph

487 commits

Author SHA1 Message Date
benjamin melançon
5a268d9957 Commit compiled CSS 2019-08-01 10:26:02 -04:00
benjamin melançon
d204decc98 reduce the weight of the 'Just one more thing' font 2019-08-01 09:48:14 -04:00
mlncn
0ea75072c4 Merge branch 'fix-fix-bulma-prism' into 'master'
Fixes a bug in the highlighted code.

See merge request agaric/patternlibrary!15
2019-06-06 18:48:50 +00:00
David Valdez
cf4e5ac137 Fixes a bug in the highlighted code.
https://github.com/jgthms/bulma/issues/1708
2019-06-06 12:46:41 -05:00
mlncn
80eb51b977 Merge branch 'fix-header-drupal-87' into 'master'
Drupal 8.7.1 add a new div which was breaking our header.

See merge request agaric/patternlibrary!14
2019-05-13 18:56:07 +00:00
David Valdez
44c29fb885 Drupal 8.7.1 add a new div which was breaking our header.
That was fixed on this commit, see more info here:
https://www.drupal.org/node/3002643
2019-05-13 13:54:13 -05:00
David Valdez
402f5296a5 Merge branch 'privacy-policy' into 'master'
Add the privacy policy in the footer

See merge request agaric/patternlibrary!12
2019-03-12 19:12:25 +00:00
David Valdez
f8c16b5846 Add the privacy policy in the footer 2019-03-12 13:10:11 -06:00
benjamin melançon
daf0b76e7c Commit compiled CSS 2019-02-21 09:30:42 -05:00
benjamin melançon
e7ab93536f We can do this without adding extra classes 2019-02-21 09:30:35 -05:00
benjamin melançon
81e8cb3679 Turns out applying more generally does break things 2019-02-21 09:28:43 -05:00
benjamin melançon
9f3d9b4220 Commit compiled styles 2019-02-21 08:31:46 -05:00
benjamin melançon
a433b97968 Center-align standalone image paragraphs 2019-02-21 08:30:53 -05:00
benjamin melançon
b4786e762b Make comment box take up available space, not be tiny 2019-02-21 08:21:13 -05:00
benjamin melançon
db0f99c0a5 Commit compiled CSS 2019-02-07 11:26:43 -05:00
benjamin melançon
bf995e76a1 Give inline centered images the same spacing as paragraphs 2019-02-07 11:26:04 -05:00
benjamin melançon
610b7948b5 Make link hovering work; give comment form good space 2019-01-29 12:21:55 -05:00
benjamin melançon
628d52a786 Show comments form even if no comments 2019-01-29 11:42:20 -05:00
benjamin melançon
5efe918b8d Commit updated styleguide (only line number references changed) 2019-01-28 21:41:58 -05:00
benjamin melançon
092ed62f90 Commit compiled CSS 2019-01-28 21:41:24 -05:00
benjamin melançon
5c054b1629 Make distance between Paragraphs match distance between paragraphs 2019-01-28 21:35:52 -05:00
benjamin melançon
46f0dcf1b9 Format source code (indenting) 2019-01-28 17:58:29 -05:00
benjamin melançon
581ad066ac Remove test printing of paragraph type 2019-01-28 17:57:57 -05:00
mlncn
929b162399 Merge branch '3-seo-images' into 'master'
Resolve "Add SEO-related images to pattern library."

Closes #3

See merge request agaric/patternlibrary!11
2019-01-24 21:54:10 +00:00
Clayton Dewey
2638022e71 Add SEO images to pattern library 2019-01-23 13:40:22 -07:00
Clayton Dewey
0ce1616250 Merge branch 'master' of gitlab.com:agaric/patternlibrary 2019-01-23 13:37:25 -07:00
David Valdez
429a405e43 Compiled CSS 2019-01-23 11:53:48 -06:00
mlncn
51a4d6082c Merge branch '2-style-license' into 'master'
Resolve "Style license"

Closes #2

See merge request agaric/patternlibrary!9
2019-01-23 17:49:12 +00:00
mlncn
f3e8858dc5 Merge branch 'language-switcher-footer' into 'master'
Language switcher footer

See merge request agaric/patternlibrary!10
2019-01-23 17:48:15 +00:00
David Valdez
7d31639709 Display the language switcher link.
And hide the dropdown
2019-01-22 12:06:42 -06:00
David Valdez
ba2c73f7fb Compiled css 2019-01-21 23:50:09 -06:00
David Valdez
d494467bad The language switcher is now at the footer 2019-01-21 23:49:43 -06:00
Clayton Dewey
305329dd69 Merge branch 'master' of gitlab.com:agaric/patternlibrary 2019-01-21 15:24:14 -07:00
benjamin melançon
07b835a12b Remove surrounding cruft from pure teaser/preview paragraph for RSS 2019-01-21 13:03:22 -05:00
benjamin melançon
8c4e7dd184 Turns out we don't need to override the field at all; our surrounding HTML comes from the paragraph 2019-01-21 13:00:12 -05:00
benjamin melançon
6e05b62f7c Override the thing that's extended 2019-01-21 12:14:07 -05:00
benjamin melançon
f93bfb0b06 Override bulma/templates/field/field--text-long.html.twig 2019-01-21 12:11:13 -05:00
benjamin melançon
29f7fce47f Print only the first *text* paragraph 2019-01-21 00:30:47 -05:00
benjamin melançon
183434e5ba Fix read more link, make it a paragraph, escape the HTML 2019-01-19 23:49:16 -05:00
benjamin melançon
8c3e1dcc88 Per RSS conventions multiple authors means multiple dc:creator tags
See http://www.rssboard.org/rss-profile
2019-01-19 22:01:41 -05:00
benjamin melançon
253e6e9716 Suppress any output from the UID field
We print dc:creator from the authors field (we allow multiple authors)
2019-01-19 21:59:59 -05:00
benjamin melançon
d2660cd790 Don't print anything from the created date field
this is handled in the views row template.  But we can't stop this field from being
printed.
2019-01-19 21:57:54 -05:00
benjamin melançon
8d8992a8b5 Override author field for dc:creator 2019-01-19 21:19:12 -05:00
Clayton Dewey
72d95f5159 Add styles to license icon 2019-01-19 15:18:24 -07:00
Clayton Dewey
aa12ae38f4 Move license field to right about case study stats 2019-01-19 15:17:51 -07:00
Clayton Dewey
3325e40d54 Create teaser display for License terms 2019-01-19 15:17:08 -07:00
benjamin melançon
3fa7e23d66 Override title template to not print title (duplicate) 2019-01-19 00:51:26 -05:00
benjamin melançon
881ed18164 It is necessary to tell the template not to escape
we handle this in the fields that make up the 'description' (we put more than the
description in).

Ref #159
2019-01-18 20:57:10 -05:00
benjamin melançon
bd9add651f Print the pubdate RSS provides us with 2019-01-17 15:02:04 -05:00
benjamin melançon
49713f7af1 RSS teasers: After a lot of iterations, a lot of things are working
... so let's finally geta snapshot.
2019-01-17 13:13:15 -05:00