| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
* remove `icon` prop (it is confusing because a copyright should have
the copyright symbol, the license is not part of the copyright)
* reorganize copyright informations
I also updated the CC BY SA icon because the elements was in the wrong
order.
 | 
| | 
| 
| 
| 
| 
|  | 
Instead of using helpers functions to format the date each time we need
to use a time element, it makes more sense to create a new component
dedicated to this task.
 | 
| | 
| 
| 
|  | 
* Rename message prop to children prop and set ReactNode as type
 | 
| | 
| 
| 
| 
| 
| 
|  | 
* Column is a simple div meant to be used inside Columns component so
they should live together.
* NoScript is only used in Layout component and its name does not
make sense since it needs to be used inside a `noscript` element.
 | 
| | 
| 
| 
| 
|  | 
Some components have been renamed to be able to create Footer, Header
and Nav.
 | 
|   
  
  
  
  
   | 
Next expect a default export for pages so only those components should
use default exports. Everything else should use named exports to
reduce the number of import statements.
 |