Commit graph

478 commits

Author SHA1 Message Date
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
mlncn
1fad6093ad Merge branch 'fixed-bar-fixes' into 'master'
Fixed bar fixes

See merge request agaric/patternlibrary!8
2019-01-16 19:16:22 +00:00
David Valdez
d9b55e710b Compiled CSS 2019-01-16 11:48:39 -06:00
David Valdez
92b5422844 Fixes the navbar when the toolbar is displayed. 2019-01-16 11:48:16 -06:00
mlncn
38b85e614e Merge branch 'prism' into 'master'
Prism library.

See merge request agaric/patternlibrary!7
2019-01-15 18:16:08 +00:00
mlncn
e0ec34d416 Merge branch 'language-link' into 'master'
Add the Language link beside the main menu

See merge request agaric/patternlibrary!6
2019-01-15 18:15:01 +00:00
David Valdez
34ad9fcbb7 Prism library. 2019-01-15 10:21:56 -06:00
David Valdez
da982e3fdf Add the Language link beside the main menu 2019-01-13 00:41:14 -06:00
benjamin melançon
9202c18351 Commit compiled CSS 2019-01-08 17:45:01 -05:00
benjamin melançon
a387171538 Change within-flow block padding to margin so spacing *does* collapse 2019-01-08 17:44:53 -05:00