Commit Graph

72 Commits

Author SHA1 Message Date
David Todd
28ee5ed65a template fixup from update 2019-05-28 00:28:30 -05:00
David Todd
5a1731381f put bundle before search js 2019-05-28 00:10:27 -05:00
David Todd
920cd935fa fix the path 2019-05-28 00:07:25 -05:00
David Todd
8a173a7b6c use updated bundles and fix some icons 2019-05-28 00:00:19 -05:00
David Todd
b2d08d03ea update footer text 2019-05-27 23:20:54 -05:00
David Todd
a0b8b34911 fix second search option 2019-05-27 23:10:15 -05:00
David Todd
20e4732072 add font awesome cdn 2019-05-27 22:46:13 -05:00
David Todd
b23fbf10d9 change to font-awesome 2019-05-27 22:43:32 -05:00
David Todd
5bb9837e6c Add back tipue_search and make some stuff english 2019-05-27 22:12:23 -05:00
Lucas Cimon
83ab93eadc
Adding minimal <article> images / captions style 2019-03-07 16:49:34 +01:00
Lucas Cimon
fef873996f
Pleasing eslint & fixing run.sh 2019-02-13 20:24:15 +01:00
Lucas Cimon
5c8c18a7c1
Styling code / em /strong tags inside links 2019-02-11 12:20:32 +01:00
Lucas Cimon
c9c730f727
Handling optional "date" field in past readings list 2019-02-08 11:13:48 +01:00
Lucas Cimon
5712d577b0
Adding support for query params to filter content
Examples:

- ?lang=en
- ?tags=jeux,prog
- ?tags=jeux&tags=prog
2018-12-17 10:08:27 +01:00
Lucas Cimon
61ab33828b
Adding templates/past_readings.html 2018-04-24 21:47:44 +02:00
Lucas Cimon
37b1adc7a5
Adding support for AVATARS 2018-03-08 18:09:39 +01:00
Lucas Cimon
97ab145521
Removing deprecated frameborder attribute 2017-12-21 08:24:27 +01:00
Lucas Cimon
6761e07409
Adding <meta name="robots" content="noindex"> to tag.html 2017-12-20 22:49:39 +01:00
Lucas Cimon
d6d9329d30
Replacing tipue search by duckduckgo iframe 2017-12-20 21:55:47 +01:00
Lucas Cimon
eb2af57867
Fixing fonts & icons paths 2017-12-05 00:16:31 +01:00
Lucas Cimon
ae47bb989a
Fixing short sha1 computing 2017-12-05 00:03:59 +01:00
Lucas Cimon
6d49fc273a
Enabling lazy loading on home page 2017-12-04 23:53:23 +01:00
Lucas Cimon
b4c9f9c9ca
Fixing 2 more linters in run.sh test_ludochaordic 2017-12-03 17:26:55 +01:00
Lucas Cimon
007ca25c47
Adding support for READINGS 2017-11-14 15:13:19 +01:00
Lucas Cimon
e486517458
Adding support for EXTRA_ATOM_FEED 2017-11-07 13:18:41 +01:00
Lucas Cimon
565bf86d2a
Fixing navbar rendering 2017-11-06 15:08:11 +01:00
Lucas Cimon
15951e4ae1
Fixing HTML5 document outline 2017-10-27 09:00:51 +02:00
Lucas Cimon
b8ef03ec31 Getting rid of <base> tag 2017-10-05 16:04:37 +02:00
Lucas Cimon
3ed200d47c Removing useless role 2017-09-08 17:19:36 +02:00
Lucas Cimon
95e2b5351c Removing useless roles 2017-09-08 17:18:31 +02:00
Lucas Cimon
2487505c29
Adding accessibility skiplinks 2017-08-18 12:05:32 +02:00
Lucas Cimon
1219b7b8ef Fixing headings hierarchy 2017-08-18 10:47:33 +02:00
Lucas Cimon
2e7d0be668 Adding for title 2017-08-18 10:46:41 +02:00
Lucas Cimon
e7488682d5 Improved accessibility using HTML_CodeSniffer 2017-08-17 20:07:10 +02:00
Lucas Cimon
a19782f888
Improved accessibility using HTML_CodeSniffer 2017-08-17 18:25:45 +02:00
Lucas Cimon
d785d9b8bf Fixing "Stray end tag </meta>" 2017-08-16 00:16:19 +02:00
Lucas Cimon
6516b9f05f Minor fixes 2017-08-15 19:43:05 +02:00
Lucas Cimon
f8f4586a20 Only displaying article category if CATEGORY_SAVE_AS is set 2017-08-15 18:21:41 +02:00
Lucas Cimon
64980dc579 Reordering side-panel sections 2017-08-15 15:27:31 +02:00
Lucas Cimon
ea690c27e9 Fixing Tipue search 2017-08-15 15:16:30 +02:00
Lucas Cimon
a3b1d218ad Getting rid of sass + adding <base href + adding image-process-thumb + styling mg-tag-filters + adding support for lang: tags 2017-08-15 01:39:41 +02:00
Lucas Cimon
8d5d7491bc Implementing tag filters 2017-08-14 22:18:28 +02:00
Lucas Cimon
89ff3dee70 tagcloud + using uikit 2.27.4 + wip tag-filtering navbar buttons 2017-08-14 03:08:27 +02:00
Lucas Cimon
afce114b62 Not using CDNs 2017-08-13 23:55:44 +02:00
Lucas Cimon
d6e5707e75 Adding representative_image 2017-08-13 20:36:09 +02:00
Lucas Cimon
448380cf92 Fixes in mobile view 2017-08-10 02:11:45 +02:00
Lucas Cimon
173712c666 Adding optional LINKS & SUPPORTS in base.html 2017-08-10 02:00:49 +02:00
Lucas Cimon
1f204bb2d9 Adding MG_DISABLE_SUMMARY + ensuring W3C validator-compliant 2017-08-09 02:11:13 +02:00
Lucas Cimon
33d690f035 No summary duplication + fixing tipue paths + not using Oswald font on articles content 2017-08-07 02:32:45 +02:00
Etienne Godin
bca918196b lowercase 'PAGES' variable in template
Pages index/links were not appearing in the menu for whatever the value for {% if DISPLAY_PAGES_ON_MENU != False %} when the for loop was executed -> {% for p in PAGES %} | for a reason lowercase the variable name PAGES to pages works fine.
2017-01-31 12:01:43 -05:00