Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Last active December 7, 2019 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoySegall/1bb0bd982cb699efcef10c60cb9ac93f to your computer and use it in GitHub Desktop.
Save RoySegall/1bb0bd982cb699efcef10c60cb9ac93f to your computer and use it in GitHub Desktop.
<template>
<div class="blogs-wrapper">
<div class="blog">
<div class="header">
<span class="title">Title</span>
</div>
<div class="body">
<span>Published at: <b>Date</b>, published by: <b>Author name</b></span>
<p>
This is the text....
</p>
</div>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment