First the CSS:
ul.grid_flow {
list-style: none;
}
ul.grid_flow li {
display: inline-block;
}
ul.grid_flow li:not(:first-child):before {
content: '|';
}
Next the Shortcode:
[archives type="yearly" order="ASC" class="grid_flow"/]
And here are the results: