Here’s some custom CSS that prevents the backlink counters from showing up when printing a document:
/* Don't print backlink counters. */
@media print { .node-backlink-counter { display: none; } }
Here’s some custom CSS that prevents the backlink counters from showing up when printing a document:
/* Don't print backlink counters. */
@media print { .node-backlink-counter { display: none; } }