remove twitter footer from article

This commit is contained in:
Charlie Root 2020-01-12 21:42:14 +01:00
parent e6d7f14f27
commit 7b791c034d
3 changed files with 8 additions and 16 deletions

View File

@ -1,10 +1,12 @@
+++ +++
categories = ["News"] categories = ["News"]
date = "2019-01-12" date = "2019-01-12"
menu = "" menu = "test"
tags = ["hugo","golang", "jekyll"] tags = ["hugo","golang", "jekyll"]
title = "PaulBSD Webservices" title = "Welcome"
+++ +++
## Overview ## Overview
Welcome to PaulBSD.com, website that will show some open-source applications articles

View File

@ -1,14 +1,4 @@
<div class="tweet-footer">
<a href="http://twitter.com/share?url={{ .Permalink }}&text={{ .Title }}" target="_blank" title="Twitter">
<span class="tweet-botton">
<i class="fa fa-twitter" aria-hidden="true"></i>
Compose new Tweet
</span>
</a>
</div>
<footer class="article-footer"> <footer class="article-footer">
<!-- <!--
<a data-url="{{ .Permalink }}" data-id="{{ .File.UniqueID }}" class="article-share-link"> <a data-url="{{ .Permalink }}" data-id="{{ .File.UniqueID }}" class="article-share-link">
{{with .Site.Data.l10n.articles.share}}{{.}}{{end}} {{with .Site.Data.l10n.articles.share}}{{.}}{{end}}