I am using the Awesome-CV template (https://github.com/posquit0/Awesome-CV) and am attempting to add a new bullet point under the "Honors and Awards" section under each of those items.
So, the bullet point would be under the "2014 Finalist" point as an example. I'm clearly a beginner to Latex so I am not sure where to add this or how to format it. Thanks in advance.
The code for this section is:
\cvsection{Honors \& Awards}
\cvsubsection{International}
\begin{cvhonors}
\cvhonor
{Finalist}
{DEFCON 22nd CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2014}
\cvhonor
{Finalist}
{DEFCON 21st CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2013}
\cvhonor
{Finalist}
{DEFCON 19th CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2011}
\cvhonor
{6th Place}
{SECUINSIDE Hacking Competition World Final}
{Seoul, S.Korea}
{2012}
\end{cvhonors}
I am hoping to have it similar to the bullet point in the following image:



\documentclasscommand plus ending with\end{document}. This is called a MWE (minimal working example) and it is not always needed but it is almost always advisable and gives you much more possibilities to get a fast answer to your request – koleygr Sep 02 '18 at 21:14