Welcome to mirror list, hosted at ThFree Co, Russian Federation.

social_sharing.html « partials « layouts - github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c16197e72a54fed789ec83d52feb77c25d2d3852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Social Sharing section -->
<section id = "social-share-section">

	<div class="container">
		<div class="row">
			<ul class="list-inline" style="margin-bottom: 10px; margin-top: 10px;">
				{{ partial "share-links" . }}
			</ul>
		</div>
	</div>

</section>